8 writes to Features
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 Features
Microsoft.ML.Samples (2)
Dynamic\Trainers\AnomalyDetection\RandomizedPcaSampleWithOptions.cs (2)
38FeatureColumnName = nameof(DataPoint.Features), 65var featuresInText = string.Join(',', samples[i].Features);