6 instantiations of InputData
Microsoft.ML.Samples (6)
Dynamic\Transforms\Concatenate.cs (6)
19
new
InputData
(){ Feature1 = 0.1f, Feature2 = new[]{ 1.1f, 2.1f,
22
new
InputData
(){ Feature1 = 0.2f, Feature2 = new[]{ 1.2f, 2.2f,
25
new
InputData
(){ Feature1 = 0.3f, Feature2 = new[]{ 1.3f, 2.3f,
28
new
InputData
(){ Feature1 = 0.4f, Feature2 = new[]{ 1.4f, 2.4f,
31
new
InputData
(){ Feature1 = 0.5f, Feature2 = new[]{ 1.5f, 2.5f,
34
new
InputData
(){ Feature1 = 0.6f, Feature2 = new[]{ 1.6f, 2.6f,
1 reference to InputData
Microsoft.ML.Samples (1)
Dynamic\Transforms\Concatenate.cs (1)
17
var samples = new List<
InputData
>()