3 references to AnomalyPredictionTransformer
Microsoft.ML.Data (2)
DataLoadSave\TransformerChain.cs (1)
315pred = new AnomalyPredictionTransformer<IPredictorProducing<float>>(env, predictor as IPredictorProducing<float>, chain.Schema,
TrainCatalog.cs (1)
790return new AnomalyPredictionTransformer<TModel>(Environment, model.Model, model.TrainSchema, model.FeatureColumnName, threshold, model.ThresholdColumn);
Microsoft.ML.PCA (1)
PcaTrainer.cs (1)
391=> new AnomalyPredictionTransformer<PcaModelParameters>(Host, model, trainSchema, _featureColumn);