10 references to AnomalyDetection
Microsoft.ML.Core.Tests (2)
UnitTests\TestEntryPoints.cs (2)
1653
Assert.True(ReadOnlyMemoryUtils.EqualsStr(AnnotationUtils.Const.ScoreColumnKind.
AnomalyDetection
, kind),
1654
$"Anomaly detection ensemble scored data column type should be '{AnnotationUtils.Const.ScoreColumnKind.
AnomalyDetection
}', but is instead '{kind}'");
Microsoft.ML.Data (4)
Evaluators\AnomalyDetectionEvaluator.cs (2)
652
: base(args, env, AnnotationUtils.Const.ScoreColumnKind.
AnomalyDetection
, "AnomalyDetectionMamlEvaluator")
797
AnnotationUtils.Const.ScoreColumnKind.
AnomalyDetection
);
Evaluators\EvaluatorUtils.cs (1)
48
{ AnnotationUtils.Const.ScoreColumnKind.
AnomalyDetection
, env => new AnomalyDetectionMamlEvaluator(env, new AnomalyDetectionMamlEvaluator.Arguments()) }
Scorers\SchemaBindablePredictorWrapper.cs (1)
375
return AnnotationUtils.Const.ScoreColumnKind.
AnomalyDetection
;
Microsoft.ML.Ensemble (4)
EntryPoints\CreateEnsemble.cs (1)
296
var ensemble = SchemaBindablePipelineEnsembleBase.Create(host, input.Models, combiner, AnnotationUtils.Const.ScoreColumnKind.
AnomalyDetection
);
PipelineEnsemble.cs (3)
242
if (_scoreColumnKind == AnnotationUtils.Const.ScoreColumnKind.
AnomalyDetection
)
529
case AnnotationUtils.Const.ScoreColumnKind.
AnomalyDetection
:
556
case AnnotationUtils.Const.ScoreColumnKind.
AnomalyDetection
: