1 write to Score
Microsoft.ML.Data (1)
Evaluators\AnomalyDetectionEvaluator.cs (1)
224
Score
= score;
9 references to Score
Microsoft.ML.Data (9)
Evaluators\AnomalyDetectionEvaluator.cs (9)
263
thresholdAtNumPos = sorted.Take((int)NumAnomalies).Last().
Score
;
276
threshold = result.
Score
;
334
var heap = new Heap<Info>((info1, info2) => info1.
Score
> info2.
Score
);
345
if (example.
Score
< heap.Top.
Score
)
374
_examples = new Heap<Info>((info1, info2) => info1.
Score
> info2.
Score
);
386
if (score < _examples.Top.
Score
)