6 references to TestCommand
Microsoft.ML.Data (5)
Commands\TestCommand.cs (5)
13
[assembly: LoadableClass(
TestCommand
.Summary, typeof(
TestCommand
), typeof(
TestCommand
.Arguments), typeof(SignatureCommand),
23
internal sealed class TestCommand : DataCommand.ImplBase<
TestCommand
.Arguments>
64
: base(env, args, nameof(
TestCommand
))
Microsoft.ML.ResultProcessor (1)
ResultProcessor.cs (1)
462
var testArgs = commandArgs as
TestCommand
.Arguments;