10 implementations of ICommand
Microsoft.ML.Data (4)
Commands\DataCommand.cs (1)
63
internal abstract class ImplBase<TOptions> :
ICommand
Commands\SavePredictorCommand.cs (1)
23
internal sealed class SavePredictorCommand :
ICommand
Commands\TypeInfoCommand.cs (1)
20
internal sealed class TypeInfoCommand :
ICommand
DataLoadSave\Binary\BinaryLoader.cs (1)
2099
internal sealed class InfoCommand :
ICommand
Microsoft.ML.EntryPoints (1)
JsonUtils\ExecuteGraphCommand.cs (1)
23
internal sealed class ExecuteGraphCommand :
ICommand
Microsoft.ML.FastTree (1)
SumupPerformanceCommand.cs (1)
32
internal sealed class SumupPerformanceCommand :
ICommand
Microsoft.ML.Maml (3)
ChainCommand.cs (1)
20
internal sealed class ChainCommand :
ICommand
HelpCommand.cs (1)
36
internal sealed class HelpCommand :
ICommand
VersionCommand.cs (1)
16
internal sealed class VersionCommand :
ICommand
Microsoft.ML.Sweeper (1)
SweepCommand.cs (1)
21
internal sealed class SweepCommand :
ICommand
10 references to ICommand
Microsoft.ML.Maml (5)
ChainCommand.cs (2)
26
public IComponentFactory<
ICommand
>[] Commands;
65
var
cmd = sub.CreateComponent(_host);
HelpCommand.cs (1)
256
typeRes = typeof(
ICommand
);
MAML.cs (2)
119
if (!ComponentCatalog.TryCreateInstance<
ICommand
, SignatureCommand>(mainHost, out
ICommand
cmd, kind, settings))
Microsoft.ML.TestFramework (5)
TestCommandBase.cs (5)
409
/// <param name="cmdName">The loadname of the <see cref="
ICommand
"/></param>
434
/// <param name="cmdName">The loadname of the <see cref="
ICommand
"/></param>
456
/// <param name="cmdName">The loadname of the <see cref="
ICommand
"/></param>
473
/// <param name="cmdName">The loadname of the <see cref="
ICommand
"/></param>
490
/// <param name="cmdName">The loadname of the <see cref="
ICommand
"/></param>