4 writes to Features
Microsoft.ML.Samples (4)
Dynamic\Transforms\ReplaceMissingValues.cs (4)
21
new DataPoint(){
Features
= new float[3] {float.PositiveInfinity, 1,
24
new DataPoint(){
Features
= new float[3] {0, float.NaN, 1} },
25
new DataPoint(){
Features
= new float[3] {-1, 2, -3} },
26
new DataPoint(){
Features
= new float[3] {-1, float.NaN, -3} },
2 references to Features
Microsoft.ML.Samples (2)
Dynamic\Transforms\ReplaceMissingValues.cs (2)
51
Console.WriteLine("Features: [" + string.Join(", ", row.
Features
) +
81
Console.WriteLine("Features: [" + string.Join(", ", row.
Features
) +