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

Sample

Description

The training dataset, a data point with known label

Declare

            
# namespace Microsoft.VisualBasic.MachineLearning.ComponentModel.StoreProcedure
export class Sample {
   # 可选的数据集唯一标记信息
   ID: string;
   # Neuron network input parameters
   label: string;
   # The network expected output values
   target: double;
   # sample features data
   vector: double;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]