5 references to AnomalyDetection
Microsoft.ML.Data (2)
DataLoadSave\TransformerChain.cs (1)
314
else if (predictor.PredictionKind == PredictionKind.
AnomalyDetection
)
Scorers\SchemaBindablePredictorWrapper.cs (1)
374
case PredictionKind.
AnomalyDetection
:
Microsoft.ML.Ensemble (1)
PipelineEnsemble.cs (1)
243
return PredictionKind.
AnomalyDetection
;
Microsoft.ML.PCA (2)
PcaTrainer.cs (2)
127
private protected override PredictionKind PredictionKind => PredictionKind.
AnomalyDetection
;
443
private protected override PredictionKind PredictionKind => PredictionKind.
AnomalyDetection
;