Documentation of 'org.ddogleg.nn.alg.StandardKdTreeSearch1Tests' Java class
StandardKdTreeSearch1Tests
org.ddogleg.nn.alg

Class StandardKdTreeSearch1Tests

    • Constructor Detail

      • StandardKdTreeSearch1Tests

        public StandardKdTreeSearch1Tests()
    • Method Detail

      • createAlg

        public abstract KdTreeSearch1 createAlg()
        Creates a KdTreeSearch which will produce optimal results
      • findClosest_basic

        public void findClosest_basic()
        Try several searches and see if they all produce good results
      • createTreeA

        public static KdTree createTreeA()
      • findClosest_nullLeaf

        public void findClosest_nullLeaf()
        See if it can handle a null leaf
      • createTreeWithNull

        public static KdTree createTreeWithNull()
      • findClosest_empty

        public void findClosest_empty()
        The tree is empty and it should always fail
      • findClosest_leaf

        public void findClosest_leaf()
        The tree is a leaf and should always return the same result
      • findClosest_maxDistance

        public void findClosest_maxDistance()
        See if max distance is being respected
      • checkDistance

        public void checkDistance()
        Make sure the distance it returns is correct

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.