6 instantiations of DataPoint
Microsoft.ML.Samples (6)
Dynamic\Trainers\AnomalyDetection\RandomizedPcaSample.cs (6)
22new DataPoint(){ Features = new float[3] {0, 2, 1} }, 23new DataPoint(){ Features = new float[3] {0, 2, 1} }, 24new DataPoint(){ Features = new float[3] {0, 2, 1} }, 25new DataPoint(){ Features = new float[3] {0, 1, 2} }, 26new DataPoint(){ Features = new float[3] {0, 2, 1} }, 27new DataPoint(){ Features = new float[3] {2, 0, 0} }
2 references to DataPoint
Microsoft.ML.Samples (2)
Dynamic\Trainers\AnomalyDetection\RandomizedPcaSample.cs (2)
20var samples = new List<DataPoint>() 37featureColumnName: nameof(DataPoint.Features), rank: 1,