8 instantiations of DataPoint
Microsoft.ML.Samples (8)
Dynamic\Trainers\AnomalyDetection\RandomizedPcaSampleWithOptions.cs (8)
22new DataPoint(){ Features = new float[3] {0, 2, 1} }, 23new DataPoint(){ Features = new float[3] {0, 2, 3} }, 24new DataPoint(){ Features = new float[3] {0, 2, 4} }, 25new DataPoint(){ Features = new float[3] {0, 2, 1} }, 26new DataPoint(){ Features = new float[3] {0, 2, 2} }, 27new DataPoint(){ Features = new float[3] {0, 2, 3} }, 28new DataPoint(){ Features = new float[3] {0, 2, 4} }, 29new DataPoint(){ Features = new float[3] {1, 0, 0} }
2 references to DataPoint
Microsoft.ML.Samples (2)
Dynamic\Trainers\AnomalyDetection\RandomizedPcaSampleWithOptions.cs (2)
20var samples = new List<DataPoint>() 38FeatureColumnName = nameof(DataPoint.Features),