Documentation of 'org.ddogleg.example.ExampleNearestNeighbor' Java class
ExampleNearestNeighbor
org.ddogleg.example

Class ExampleNearestNeighbor



  • public class ExampleNearestNeighbor
    extends java.lang.Object
    Nearest-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.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExampleNearestNeighbor

        public ExampleNearestNeighbor()
    • Method Detail

      • main

        public static void main(java.lang.String[] args)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.