KNearestNeighboursAverageDistance

mgo.tools.metric.KNearestNeighboursAverageDistance

Distance to the K Nearest Neighbours using the KD-Tree algorithm

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(values: Vector[Seq[Double]], k: Int): Vector[Later[Double]]