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