Documentation of 'org.ddogleg.nn.NnData' Java class
NnData
org.ddogleg.nn

Class NnData<D>



  • public class NnData<D>
    extends java.lang.Object
    Results from a Nearest-Neighbor search.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      D data 
      double distance 
      double[] point 
    • Constructor Summary

      Constructors 
      Constructor and Description
      NnData() 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • point

        public double[] point
      • data

        public D data
      • distance

        public double distance
    • Constructor Detail

      • NnData

        public NnData()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.