1 instantiation of Arguments
Microsoft.ML.Data (1)
Commands\TestCommand.cs (1)
77
var settings = CmdParser.GetSettings(Host, ImplOptions, new
Arguments
());
3 references to Arguments
Microsoft.ML.Data (3)
Commands\TestCommand.cs (3)
13
[assembly: LoadableClass(TestCommand.Summary, typeof(TestCommand), typeof(TestCommand.
Arguments
), typeof(SignatureCommand),
23
internal sealed class TestCommand : DataCommand.ImplBase<TestCommand.
Arguments
>
63
public TestCommand(IHostEnvironment env,
Arguments
args)