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