The training dataset, a data point with known label
Sample
01 Syntax
Microsoft.VisualBasic.MachineLearning.ComponentModel.StoreProcedure.Sample
02 Methods
03 Properties
04 Members
#ctor(
Double(), Double(), String)Create a new training dataset
Parameters
| Name | Type | Description |
|---|---|---|
values | Double() | Neuron network input parameters |
targets | Double() | The network expected output values |
#ctor
Create a new empty training dataset
ID
可选的数据集唯一标记信息
label
Neuron network input parameters
Remarks
属性值可能会很长,为了XML文件的美观,在这里使用element
20200318 there is a bugs in xml serialization of the double array elements and the numeric value is also not suitable use text as file save format so the data for this property is save with base64 encoded of the numeric array.
target
The network expected output values
vector
sample features data
ToString()