3 writes to Features
Microsoft.ML.Samples (3)
Dynamic\Transforms\IndicateMissingValues.cs (3)
20
new DataPoint(){
Features
= new float[3] {1, 1, 0} },
21
new DataPoint(){
Features
= new float[3] {0, float.NaN, 1} },
22
new DataPoint(){
Features
= new float[3] {-1, float.NaN, -3} },
1 reference to Features
Microsoft.ML.Samples (1)
Dynamic\Transforms\IndicateMissingValues.cs (1)
46
Console.WriteLine("Features: [" + string.Join(", ", row.
Features
) +