Sample {Microsoft.VisualBasic.MachineLearning.ComponentModel.StoreProcedure} | .NET clr documentation |
The training dataset, a data point with known label
# 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;
}