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)
97BindableMapper = new TreeEnsembleFeaturizerBindableMapper(env, _scorerArgs, modelParameters); 101Scorer = new GenericScorer(Host, _scorerArgs, new EmptyDataView(Host, inputSchema), BindableMapper.Bind(Host, roleMappedSchema), roleMappedSchema); 131BindableMapper = new TreeEnsembleFeaturizerBindableMapper(host, _scorerArgs, Model); 135Scorer = new GenericScorer(Host, _scorerArgs, new EmptyDataView(Host, TrainSchema), BindableMapper.Bind(Host, roleMappedSchema), roleMappedSchema);