Class MultiDimDataWithKey
java.lang.Object
com.amazon.randomcutforest.testutils.MultiDimDataWithKey
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMultiDimDataWithKey(double[][] data, int[] changeIndices, double[][] changes) -
Method Summary
-
Field Details
-
data
public double[][] data -
changeIndices
public int[] changeIndices -
changes
public double[][] changes
-
-
Constructor Details
-
MultiDimDataWithKey
public MultiDimDataWithKey(double[][] data, int[] changeIndices, double[][] changes)
-