1 instantiation of Arguments
Microsoft.ML.Data (1)
Commands\CrossValidationCommand.cs (1)
126var 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), 25internal sealed class CrossValidationCommand : DataCommand.ImplBase<CrossValidationCommand.Arguments> 106public CrossValidationCommand(IHostEnvironment env, Arguments args) 389Arguments args,
Microsoft.ML.ResultProcessor (4)
ResultProcessor.cs (4)
500var specificCVArgs = trainerArgs as CrossValidationCommand.Arguments; 509var cvArgs = commandArgs as CrossValidationCommand.Arguments;