2 writes to _scorerArgs
Microsoft.ML.FastTree (2)
TreeEnsembleFeaturizationTransformer.cs (2)
88
_scorerArgs
= new TreeEnsembleFeaturizerBindableMapper.Arguments
122
_scorerArgs
= new TreeEnsembleFeaturizerBindableMapper.Arguments
4 references to _scorerArgs
Microsoft.ML.FastTree (4)
TreeEnsembleFeaturizationTransformer.cs (4)
97
BindableMapper = new TreeEnsembleFeaturizerBindableMapper(env,
_scorerArgs
, modelParameters);
101
Scorer = new GenericScorer(Host,
_scorerArgs
, new EmptyDataView(Host, inputSchema), BindableMapper.Bind(Host, roleMappedSchema), roleMappedSchema);
131
BindableMapper = new TreeEnsembleFeaturizerBindableMapper(host,
_scorerArgs
, Model);
135
Scorer = new GenericScorer(Host,
_scorerArgs
, new EmptyDataView(Host, TrainSchema), BindableMapper.Bind(Host, roleMappedSchema), roleMappedSchema);