4 instantiations of Arguments
Microsoft.ML.Data (2)
Commands\ScoreCommand.cs (1)
327new GenericScorer.Arguments() { Suffix = suffix },
Scorers\PredictionTransformer.cs (1)
307return new GenericScorer(Host, new GenericScorer.Arguments(), new EmptyDataView(Host, TrainSchema), BindableMapper.Bind(Host, schema), schema);
Microsoft.ML.Recommender (2)
MatrixFactorizationPredictor.cs (2)
465var args = new GenericScorer.Arguments { Suffix = scoreColumnNameSuffix }; 504var args = new GenericScorer.Arguments { Suffix = "" };
3 references to Arguments
Microsoft.ML.Data (1)
Scorers\GenericScorer.cs (1)
13[assembly: LoadableClass(typeof(GenericScorer), typeof(GenericScorer.Arguments), typeof(SignatureDataScorer),
Microsoft.ML.Recommender (2)
MatrixFactorizationPredictor.cs (2)
465var args = new GenericScorer.Arguments { Suffix = scoreColumnNameSuffix }; 504var args = new GenericScorer.Arguments { Suffix = "" };