org.ddogleg.nn.alg
Class TestKdTreeConstructor
- java.lang.Object
-
- org.ddogleg.nn.alg.TestKdTreeConstructor
-
public class TestKdTreeConstructor extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classTestKdTreeConstructor.DummySplitter
-
Constructor Summary
Constructors Constructor and Description TestKdTreeConstructor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcomputeBranch_widthData()Same test as above but with associated datavoidcomputeBranch()Makes sure a branch is created correctly given the results from the splittervoidcomputeChild()voidconstruct()Basic tests to see if it can handle different sized input lists.static java.util.List<double[]>createPoints(int dimen, double... v)
-
-
-
Method Detail
-
computeBranch
public void computeBranch()
Makes sure a branch is created correctly given the results from the splitter
-
computeBranch_widthData
public void computeBranch_widthData()
Same test as above but with associated data
-
computeChild
public void computeChild()
-
construct
public void construct()
Basic tests to see if it can handle different sized input lists.
-
createPoints
public static java.util.List<double[]> createPoints(int dimen, double... v)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG