6 writes to Suffix
Microsoft.ML.Data (2)
Commands\ScoreCommand.cs (2)
327
new GenericScorer.Arguments() {
Suffix
= suffix },
339
scorerArgs.
Suffix
= suffix;
Microsoft.ML.FastTree (2)
TreeEnsembleFeaturizer.cs (2)
628
Suffix
= args.Suffix,
706
Suffix
= args.Suffix,
Microsoft.ML.Recommender (2)
MatrixFactorizationPredictor.cs (2)
465
var args = new GenericScorer.Arguments {
Suffix
= scoreColumnNameSuffix };
504
var args = new GenericScorer.Arguments {
Suffix
= "" };
2 references to Suffix
Microsoft.ML.Data (2)
Scorers\GenericScorer.cs (1)
163
_bindings = Bindings.Create(data.Schema, rowMapper, args.
Suffix
);
Scorers\PredictedLabelScorerBase.cs (1)
304
Bindings = BindingsImpl.Create(data.Schema, rowMapper, args.
Suffix
, scoreColKind, scoreColIndex, predColType, predictedLabelColumnName);