Packages

case class ConditionalBallTree[L, V](keys: IndexedSeq[DenseVector[Double]], values: IndexedSeq[V], labels: IndexedSeq[L], leafSize: Int = 50) extends Serializable with BallTreeBase[V] with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConditionalBallTree
  2. Serializable
  3. Product
  4. Equals
  5. BallTreeBase
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConditionalBallTree(keys: IndexedSeq[DenseVector[Double]], values: IndexedSeq[V], labels: IndexedSeq[L], leafSize: Int = 50)

Value Members

  1. def findMaximumInnerProducts(queryPoint: DenseVector[Double], conditioner: Set[L], k: Int = 1): Seq[BestMatch]
  2. def findMaximumInnerProducts(queryPoint: ArrayList[Double], conditioner: Set[L], k: Int): List[BestMatch]
  3. val keys: IndexedSeq[DenseVector[Double]]
    Definition Classes
    ConditionalBallTreeBallTreeBase
  4. val labels: IndexedSeq[L]
  5. val leafSize: Int
    Definition Classes
    ConditionalBallTreeBallTreeBase
  6. def save(filename: String): Unit
  7. def toString(): String
    Definition Classes
    ConditionalBallTree → AnyRef → Any
  8. val values: IndexedSeq[V]
    Definition Classes
    ConditionalBallTreeBallTreeBase