2 instantiations of Arguments
Microsoft.ML.Data (2)
Evaluators\AnomalyDetectionEvaluator.cs (1)
654var evalArgs = new AnomalyDetectionEvaluator.Arguments();
TrainCatalog.cs (1)
770var args = new AnomalyDetectionEvaluator.Arguments();
4 references to Arguments
Microsoft.ML.Data (4)
Evaluators\AnomalyDetectionEvaluator.cs (3)
17[assembly: LoadableClass(typeof(AnomalyDetectionEvaluator), typeof(AnomalyDetectionEvaluator), typeof(AnomalyDetectionEvaluator.Arguments), typeof(SignatureEvaluator), 80public AnomalyDetectionEvaluator(IHostEnvironment env, Arguments args) 654var evalArgs = new AnomalyDetectionEvaluator.Arguments();
TrainCatalog.cs (1)
770var args = new AnomalyDetectionEvaluator.Arguments();