2 writes to Suffix
Microsoft.ML.Data (2)
Commands\ScoreCommand.cs (2)
327
new GenericScorer.Arguments() {
Suffix
= suffix },
339
scorerArgs.
Suffix
= 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)
298
Bindings = BindingsImpl.Create(data.Schema, rowMapper, args.
Suffix
, scoreColKind, scoreColIndex, predColType, predictedLabelColumnName);