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