1 instantiation of Arguments
Microsoft.ML.Data (1)
Commands\CrossValidationCommand.cs (1)
126
var settings = CmdParser.GetSettings(Host, ImplOptions, new
Arguments
());
8 references to Arguments
Microsoft.ML.Data (4)
Commands\CrossValidationCommand.cs (4)
19
[assembly: LoadableClass(typeof(CrossValidationCommand), typeof(CrossValidationCommand.
Arguments
), typeof(SignatureCommand),
25
internal sealed class CrossValidationCommand : DataCommand.ImplBase<CrossValidationCommand.
Arguments
>
106
public CrossValidationCommand(IHostEnvironment env,
Arguments
args)
389
Arguments
args,
Microsoft.ML.ResultProcessor (4)
ResultProcessor.cs (4)
500
var
specificCVArgs = trainerArgs as CrossValidationCommand.
Arguments
;
509
var
cvArgs = commandArgs as CrossValidationCommand.
Arguments
;