4 instantiations of DataPoint
Microsoft.ML.Samples (4)
Dynamic\Transforms\NormalizeBinningMulticolumn.cs (4)
20new DataPoint(){ Features = new float[4] { 8, 1, 3, 0}, 23new DataPoint(){ Features = new float[4] { 6, 2, 2, 0}, 26new DataPoint(){ Features = new float[4] { 4, 0, 1, 0}, 29new DataPoint(){ Features = new float[4] { 2,-1,-1, 1},
1 reference to DataPoint
Microsoft.ML.Samples (1)
Dynamic\Transforms\NormalizeBinningMulticolumn.cs (1)
18var samples = new List<DataPoint>()