2 instantiations of Arguments
Microsoft.ML.Data (2)
Evaluators\AnomalyDetectionEvaluator.cs (1)
654
var evalArgs = new AnomalyDetectionEvaluator.
Arguments
();
TrainCatalog.cs (1)
770
var 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),
80
public AnomalyDetectionEvaluator(IHostEnvironment env,
Arguments
args)
654
var
evalArgs = new AnomalyDetectionEvaluator.Arguments();
TrainCatalog.cs (1)
770
var
args = new AnomalyDetectionEvaluator.Arguments();