Packages

case class BestMatch(index: Int, distance: Double) extends Serializable with Product with Serializable

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

Instance Constructors

  1. new BestMatch(index: Int, distance: Double)

Value Members

  1. val distance: Double
  2. val index: Int