6 writes to Features
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 Features
Microsoft.ML.Samples (2)
Dynamic\Trainers\AnomalyDetection\RandomizedPcaSample.cs (2)
37featureColumnName: nameof(DataPoint.Features), rank: 1, 57var featuresInText = string.Join(',', samples[i].Features);