1 write to _scorer
Microsoft.ML.Data (1)
Commands\CrossValidationCommand.cs (1)
426_scorer = scorer;
4 references to _scorer
Microsoft.ML.Data (4)
Commands\CrossValidationCommand.cs (4)
528ch.Assert(_scorer == null || _scorer is ICommandLineComponentFactory, "CrossValidationCommand should only be used from the command line."); 529var bindable = ScoreUtils.GetSchemaBindableMapper(host, predictor, scorerFactorySettings: _scorer as ICommandLineComponentFactory); 532var scorerComp = _scorer ?? ScoreUtils.GetScorerComponent(host, mapper);