4 writes to Features2
Microsoft.ML.Samples (4)
Dynamic\Transforms\ReplaceMissingValuesMultiColumn.cs (4)
20
new DataPoint(){ Features1 = new float[3] {1, 1, 0},
Features2
=
24
Features2
= new float[2] {0, 1} },
27
Features2
= new float[2] {-1, float.NaN} },
29
new DataPoint(){ Features1 = new float[3] {-1, 6, -3},
Features2
=
2 references to Features2
Microsoft.ML.Samples (2)
Dynamic\Transforms\ReplaceMissingValuesMultiColumn.cs (2)
60
.
Features2
) + "]\t MissingReplaced2: [" + string.Join(", ", row
95
.
Features2
) + "]\t MissingReplaced2: [" + string.Join(", ", row