public class FeatureMatrixWithLabelsOnHeapData extends Object implements AutoCloseable
data of the containing matrix of features and vector of labels stored in heap.| Constructor and Description |
|---|
FeatureMatrixWithLabelsOnHeapData(double[][] features,
double[] labels)
Constructs an instance of FeatureMatrixWithLabelsOnHeapData.
|
public FeatureMatrixWithLabelsOnHeapData(double[][] features,
double[] labels)
features - Features.labels - Labels.public double[][] getFeatures()
public double[] getLabels()
public void close()
close in interface AutoCloseable
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025