KdTree.Entry<T>, KdTree.Manhattan<T>, KdTree.SqrEuclid<T>, KdTree.WeightedManhattan<T>, KdTree.WeightedSqrEuclid<T>
Constructor and Description |
---|
KdTree.SqrEuclid(int dimensions,
Integer sizeLimit) |
Modifier and Type | Method and Description |
---|---|
protected double |
pointDist(double[] p1,
double[] p2) |
protected double |
pointRegionDist(double[] point,
double[] min,
double[] max) |
addPoint, getAxisWeightHint, nearestNeighbor, size
public KdTree.SqrEuclid(int dimensions, Integer sizeLimit)
Copyright © 2015. All rights reserved.