4 types derived from TestCommandBase
Microsoft.ML.TestFramework (4)
TestCommandBase.cs (1)
362public abstract partial class TestDmCommandBase : TestCommandBase
TestInitialization.cs (3)
128public abstract partial class TestDmCommandBase : TestCommandBase 152public sealed partial class TestPipeline : TestCommandBase 160public sealed partial class TestStringEnumerableTextReader : TestCommandBase
8 references to TestCommandBase
Microsoft.ML.TestFramework (8)
BaseTestPredictorsMaml.cs (1)
50public RunContext(TestCommandBase test, Cmd cmd, PredictorAndArgs predictor, TestDataset dataset,
TestCommandBase.cs (7)
42private readonly TestCommandBase _testCmd; 58public OutputPath(TestCommandBase test, string dir, string name) 226public readonly TestCommandBase Test; 235public RunContextBase(TestCommandBase test, string dir, string namePrefix, bool baselineProgress) 581public RunParamaters(TestCommandBase test) 586public RunParamaters(TestCommandBase test, int step) 640/// do not use this, but instead utilize the <see cref="TestCommandBase.RunContextBase.InitPath"/>