2 references to AnomalyDetectionMamlEvaluator
Microsoft.ML.Data (2)
Evaluators\AnomalyDetectionEvaluator.cs (1)
825IMamlEvaluator evaluator = new AnomalyDetectionMamlEvaluator(host, input);
Evaluators\EvaluatorUtils.cs (1)
48{ AnnotationUtils.Const.ScoreColumnKind.AnomalyDetection, env => new AnomalyDetectionMamlEvaluator(env, new AnomalyDetectionMamlEvaluator.Arguments()) }