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