org.ddogleg.example
Class ExampleNearestNeighbor
- java.lang.Object
-
- org.ddogleg.example.ExampleNearestNeighbor
-
public class ExampleNearestNeighbor extends java.lang.ObjectNearest-Neighbor search looks for the closest match to a point from a set of points based upon some distance metric. In low dimension it can be done very efficiently using K-D Trees, but in high dimension approximate methods perform better.
-
-
Constructor Summary
Constructors Constructor and Description ExampleNearestNeighbor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)
-
DataMelt 3.0 © DataMelt by jWork.ORG