MLDataFrame {Microsoft.VisualBasic.MachineLearning.ComponentModel.StoreProcedure} .NET clr documentation

MLDataFrame

Description

a collection of the samples data

Declare

            
# 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[];
}

        

.NET clr type reference tree

  1. use by property member samples: SampleData

[Package {$package} version {$version} Index]