20 writes to Features
Microsoft.ML.Tests (20)
AnomalyDetectionTests.cs (20)
140
new DataPoint(){
Features
= new float[3] {0, 2, 1} },
141
new DataPoint(){
Features
= new float[3] {0, 2, 3} },
142
new DataPoint(){
Features
= new float[3] {0, 2, 4} },
143
new DataPoint(){
Features
= new float[3] {0, 2, 1} },
144
new DataPoint(){
Features
= new float[3] {0, 2, 2} },
145
new DataPoint(){
Features
= new float[3] {0, 2, 3} },
146
new DataPoint(){
Features
= new float[3] {0, 2, 4} },
147
new DataPoint(){
Features
= new float[3] {1, 0, 0} }
184
new DataPoint(){
Features
= new float[3] {0, 2, 1} },
185
new DataPoint(){
Features
= new float[3] {0, 2, 3} },
186
new DataPoint(){
Features
= new float[3] {0, 2, 4} },
187
new DataPoint(){
Features
= new float[3] {0, 2, 1} },
188
new DataPoint(){
Features
= new float[3] {0, 2, 2} },
189
new DataPoint(){
Features
= new float[3] {0, 2, 3} },
190
new DataPoint(){
Features
= new float[3] {0, 2, 4} },
191
new DataPoint(){
Features
= new float[3] {1, 0, 0} }
269
new DataPoint(){
Features
= new float[3] {1, 0, 2} },
270
new DataPoint(){
Features
= new float[3] {2, 0, 4} },
271
new DataPoint(){
Features
= new float[3] {4, 0, 8} },
272
new DataPoint(){
Features
= new float[3] {8, 0, 16} }
5 references to Features
Microsoft.ML.Tests (5)
AnomalyDetectionTests.cs (5)
62
var trainer1 = mlContext.AnomalyDetection.Trainers.RandomizedPca(featureColumnName: nameof(DataPoint.
Features
), rank: 1, ensureZeroMean: false);
70
FeatureColumnName = nameof(DataPoint.
Features
),
92
var trainer1 = mlContext.AnomalyDetection.Trainers.RandomizedPca(featureColumnName: nameof(DataPoint.
Features
), rank: 1, ensureZeroMean: false);
100
FeatureColumnName = nameof(DataPoint.
Features
),
265
featureColumnName: nameof(DataPoint.
Features
), rank: 3);