a collection of the samples data
MLDataFrame
01 Syntax
Microsoft.VisualBasic.MachineLearning.ComponentModel.StoreProcedure.MLDataFrame
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToString | 1 | Display the feature names and the label names of this data frame. |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| samples | 1 | a collection of the samples data. |
| featureNames | 1 | the column name of the SampleData.features |
| featureLabels | 1 | the column name of the SampleData.labels |
| N_attributes | 1 | The number of the feature attributes in each sample. |
| N_tot | 1 | The total number of the samples in this data frame. |
04 Members
ToString
Display the feature names and the label names of this data frame.
Returns
A string which is combined by the two json text of the names.
samples
a collection of the samples data.
Returns
An array of the SampleData objects.
featureNames
the column name of the SampleData.features
Returns
An array of the feature column names.
featureLabels
the column name of the SampleData.labels
Returns
An array of the label column names.
N_attributes
The number of the feature attributes in each sample.
Returns
The length of the MLDataFrame.featureNames list.
N_tot
The total number of the samples in this data frame.
Returns
The length of the MLDataFrame.samples array.