9 references to EvaluateCommand
Microsoft.ML.Data (9)
Commands\EvaluateCommand.cs (5)
18[assembly: LoadableClass(EvaluateCommand.Summary, typeof(EvaluateCommand), typeof(EvaluateCommand.Arguments), typeof(SignatureCommand), 172internal sealed class EvaluateCommand : DataCommand.ImplBase<EvaluateCommand.Arguments> 206: base(env, args, nameof(EvaluateCommand))
Commands\TestCommand.cs (1)
20/// <see cref="EvaluateCommand"/>, without the need to save the intermediary scored data.
Evaluators\EvaluatorUtils.cs (2)
78throw env.ExceptUserArg(nameof(EvaluateCommand.Arguments.Evaluator), "No default evaluator found for score column kind '{0}'.", tmp.ToString()); 248throw ectx.ExceptUserArg(nameof(EvaluateCommand.Arguments.WeightColumn), "Incompatible Weight column. Weight column type must be {0}.", NumberDataViewType.Single);
Evaluators\MamlEvaluator.cs (1)
15/// This interface is used by Maml components (the <see cref="EvaluateCommand"/>, the <see cref="CrossValidationCommand"/>