MLDataFrame {Microsoft.VisualBasic.MachineLearning.ComponentModel.StoreProcedure} | .NET clr documentation |
a collection of the samples data
# namespace Microsoft.VisualBasic.MachineLearning.ComponentModel.StoreProcedure
export class MLDataFrame {
# the column name of the SampleData.labels
featureLabels: string;
# the column name of the SampleData.features
featureNames: string;
N_attributes: integer;
N_tot: integer;
# a collection of the samples data.
samples: SampleData[];
}
samples
: SampleData