2 instantiations of 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()) }
5 references to AnomalyDetectionMamlEvaluator
Microsoft.ML.Data (5)
Evaluators\AnomalyDetectionEvaluator.cs (4)
20[assembly: LoadableClass(typeof(AnomalyDetectionMamlEvaluator), typeof(AnomalyDetectionMamlEvaluator), typeof(AnomalyDetectionMamlEvaluator.Arguments), typeof(SignatureMamlEvaluator), 814public static CommonOutputs.CommonEvaluateOutput AnomalyDetection(IHostEnvironment env, AnomalyDetectionMamlEvaluator.Arguments input)
Evaluators\EvaluatorUtils.cs (1)
48{ AnnotationUtils.Const.ScoreColumnKind.AnomalyDetection, env => new AnomalyDetectionMamlEvaluator(env, new AnomalyDetectionMamlEvaluator.Arguments()) }