10 implementations of ICommand
Microsoft.ML.Data (4)
Commands\DataCommand.cs (1)
63internal abstract class ImplBase<TOptions> : ICommand
Commands\SavePredictorCommand.cs (1)
23internal sealed class SavePredictorCommand : ICommand
Commands\TypeInfoCommand.cs (1)
20internal sealed class TypeInfoCommand : ICommand
DataLoadSave\Binary\BinaryLoader.cs (1)
2099internal sealed class InfoCommand : ICommand
Microsoft.ML.EntryPoints (1)
JsonUtils\ExecuteGraphCommand.cs (1)
23internal sealed class ExecuteGraphCommand : ICommand
Microsoft.ML.FastTree (1)
SumupPerformanceCommand.cs (1)
32internal sealed class SumupPerformanceCommand : ICommand
Microsoft.ML.Maml (3)
ChainCommand.cs (1)
20internal sealed class ChainCommand : ICommand
HelpCommand.cs (1)
36internal sealed class HelpCommand : ICommand
VersionCommand.cs (1)
16internal sealed class VersionCommand : ICommand
Microsoft.ML.Sweeper (1)
SweepCommand.cs (1)
21internal sealed class SweepCommand : ICommand
10 references to ICommand
Microsoft.ML.Maml (5)
ChainCommand.cs (2)
26public IComponentFactory<ICommand>[] Commands; 65var cmd = sub.CreateComponent(_host);
HelpCommand.cs (1)
256typeRes = typeof(ICommand);
MAML.cs (2)
119if (!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>