KNearestNeighboursAverageDistance

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

class Object
trait Matchable
class Any

Value members

Concrete methods

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