3 instantiations of OutputPath
Microsoft.ML.TestFramework (3)
BaseTestPredictorsMaml.cs (1)
420
OutputPath path = new
OutputPath
(modelPath);
TestCommandBase.cs (2)
253
return new
OutputPath
(Test, BaselineDir, name);
649
return new
OutputPath
(this, Params.BaselineDir, TestName + suffix);
185 references to OutputPath
Microsoft.ML.TestFramework (185)
BaseTestPredictorsMaml.cs (9)
46
public readonly
OutputPath
ModelOverride;
52
bool expectFailure = false,
OutputPath
modelOverride = null, bool summary = false, bool saveAsIni = false)
69
public override
OutputPath
ModelPath()
127
var
modelPath = ctx.Command == Cmd.Train || ctx.Command == Cmd.TrainTest ? ctx.ModelPath() : null;
133
OutputPath
predOutPath = ctx.Command == Cmd.Train ? null : ctx.InitPath(".txt");
167
var
consOutPath = ctx.StdoutPath();
260
OutputPath
consOutPath2 = ctx2.StdoutPath();
420
OutputPath
path = new OutputPath(modelPath);
448
private static void AddIfNotEmpty(List<string> list,
OutputPath
val, string name)
TestCommandBase.cs (176)
164
public readonly
OutputPath
Path;
204
public PathArgument(
OutputPath
path, Usage argUsage, Usage cmpUsage, bool normalized, params string[] names)
247
public
OutputPath
InitPath(string suffix)
256
public virtual
OutputPath
StdoutPath()
261
public virtual
OutputPath
ModelPath()
266
public virtual
OutputPath
FoldModelPath(int fold)
271
public virtual
OutputPath
MetricsPath()
296
OutputPath
outputPath = ctx.StdoutPath();
365
OutputPath
inModelPath,
OutputPath
outModelPath, string loaderArgs, string extraArgs, params PathArgument[] toCompare)
371
OutputPath
inModelPath,
OutputPath
outModelPath, string loaderArgs, string extraArgs, int digitsOfPrecision,
441
protected bool TestInCore(RunContextBase ctx, string cmdName, string dataPath,
OutputPath
modelPath, string extraArgs, params PathArgument[] toCompare)
446
protected bool TestInCore(RunContextBase ctx, string cmdName, string dataPath,
OutputPath
modelPath, string extraArgs, int digitsOfPrecision = DigitsOfPrecision, NumberParseOption parseOption = NumberParseOption.Default, params PathArgument[] toCompare)
463
protected bool TestInOutCore(RunContextBase ctx, string cmdName, string dataPath,
OutputPath
modelPath, string extraArgs, params PathArgument[] toCompare)
480
protected bool TestInOutCore(RunContextBase ctx, string cmdName, string dataPath,
OutputPath
modelPath, string extraArgs, int digitsOfPrecision = DigitsOfPrecision, NumberParseOption parseOption = NumberParseOption.Default, params PathArgument[] toCompare)
511
OutputPath
dmPath = ctx.ModelPath();
530
protected void TestPipeFromModel(string dataPath,
OutputPath
model)
604
protected
OutputPath
StdoutPath()
613
protected
OutputPath
MetricsPath()
622
protected
OutputPath
ModelPath()
633
protected
OutputPath
FoldModelPath(int fold)
643
protected
OutputPath
CreateOutputPath(string suffix)
673
protected bool TestInCore(string cmdName, string dataPath,
OutputPath
modelPath, string extraArgs, params PathArgument[] toCompare)
678
protected bool TestInCore(string cmdName, string dataPath,
OutputPath
modelPath, string extraArgs, int digitsOfPrecision = DigitsOfPrecision, params PathArgument[] toCompare)
683
protected bool TestInOutCore(string cmdName, string dataPath,
OutputPath
modelPath, string extraArgs, params PathArgument[] toCompare)
688
protected bool TestInOutCore(string cmdName, string dataPath,
OutputPath
modelPath, string extraArgs, int digitsOfPrecision = DigitsOfPrecision, params PathArgument[] toCompare)
755
var
path = CreateOutputPath("DataA.txt");
760
var
modelPath = ModelPath();
771
var
path2 = CreateOutputPath("DataB.txt");
776
var
modelPath2 = ModelPath();
792
OutputPath
trainModel = ModelPath();
797
OutputPath
textModel = CreateOutputPath("model_dense_names.txt");
865
OutputPath
trainModel = ModelPath();
871
OutputPath
summaryModel = CreateOutputPath("summary.txt");
882
var
summaryFile = CreateOutputPath("summary.txt");
883
var
prFile = CreateOutputPath("pr.txt");
884
var
metricsFile = MetricsPath();
899
var
perInstFile = CreateOutputPath("perinst.txt");
923
var
metricsFile = MetricsPath();
937
var
metricsFile = MetricsPath();
946
var
f1 = Params.InitPath("metrics.fold000.txt");
947
var
f2 = Params.InitPath("metrics.fold001.txt");
964
OutputPath
trainModel = ModelPath();
965
OutputPath
[] foldModels = new
OutputPath
[numFolds];
1021
OutputPath
metricsFile = MetricsPath();
1037
OutputPath
transTrainData = CreateOutputPath("adult_train.tdv");
1038
OutputPath
modelPath = ModelPath();
1042
OutputPath
transTestData = CreateOutputPath("adult_test.tdv");
1053
OutputPath
metricsFile = MetricsPath();
1072
OutputPath
metricsFile = MetricsPath();
1087
OutputPath
trainModel = ModelPath();
1103
OutputPath
trainModel = ModelPath();
1112
OutputPath
modelSummary = CreateOutputPath("summary.txt");
1146
OutputPath
trainModel = ModelPath();
1151
OutputPath
modelSummary = CreateOutputPath("summary.txt");
1165
OutputPath
trainModel = ModelPath();
1170
OutputPath
modelSummary = CreateOutputPath("summary.txt");
1184
OutputPath
trainModel = ModelPath();
1201
OutputPath
trainModel = ModelPath();
1206
OutputPath
modelSummary = CreateOutputPath("summary.txt");
1219
OutputPath
trainModel = ModelPath();
1225
OutputPath
modelSummary = CreateOutputPath("summary.txt");
1230
OutputPath
modelText = CreateOutputPath("text.txt");
1243
OutputPath
trainModel = ModelPath();
1249
OutputPath
modelSummary = CreateOutputPath("summary.txt");
1265
OutputPath
trainModel = ModelPath();
1270
OutputPath
modelSummary = CreateOutputPath("summary.txt");
1290
OutputPath
metricsFile = MetricsPath();
1304
var
dataPath = CreateOutputPath("Traindata.txt");
1313
OutputPath
metricsFile = MetricsPath();
1327
OutputPath
trainModel = ModelPath();
1358
OutputPath
trainModel = ModelPath();
1365
OutputPath
scorePath = CreateOutputPath("scored.tsv");
1366
OutputPath
scoreModel = ModelPath();
1375
OutputPath
scorePath2 = CreateOutputPath("scored2.tsv");
1393
OutputPath
trainModel = ModelPath();
1399
OutputPath
scorePath = CreateOutputPath("data.txt");
1400
OutputPath
scoreModel = ModelPath();
1430
OutputPath
trainModel = ModelPath();
1435
OutputPath
scorePath = CreateOutputPath("data.idv");
1436
OutputPath
scoreModel = ModelPath();
1442
OutputPath
scorePath2 = CreateOutputPath("data2.idv");
1449
OutputPath
scorePathTxt = CreateOutputPath("data.txt");
1454
var
outputFile1 = StdoutPath();
1459
var
outputFile2 = StdoutPath();
1469
OutputPath
scorePathTxtProbThresh = CreateOutputPath("prob_thresh_data.txt");
1475
OutputPath
scorePathTxtRawThresh = CreateOutputPath("raw_thresh_data.txt");
1489
OutputPath
scoreCustomCols = CreateOutputPath("custom_output_columns_data.txt");
1506
OutputPath
trainModel = ModelPath();
1512
OutputPath
scorePath = CreateOutputPath("data.idv");
1513
OutputPath
scoreModel = ModelPath();
1520
OutputPath
scorePathTxt = CreateOutputPath("data.txt");
1525
var
outputFile1 = StdoutPath();
1530
var
outputFile2 = StdoutPath();
1531
var
metricsPath = MetricsPath();
1554
OutputPath
trainModel = ModelPath();
1559
OutputPath
scorePath = CreateOutputPath("data.idv");
1560
OutputPath
scoreModel = ModelPath();
1567
OutputPath
scorePathTxt = CreateOutputPath("data.txt");
1572
var
outputFile1 = StdoutPath();
1573
OutputPath
metricPath1 = MetricsPath();
1578
var
outputFile2 = StdoutPath();
1580
OutputPath
metricPath2 = MetricsPath();
1598
OutputPath
trainModel = ModelPath();
1603
OutputPath
scorePath = CreateOutputPath("data.idv");
1604
OutputPath
scoreModel = ModelPath();
1611
OutputPath
scorePathTxt = CreateOutputPath("data.txt");
1616
var
outputFile1 = StdoutPath();
1621
var
outputFile2 = StdoutPath();
1638
OutputPath
trainModel = ModelPath();
1643
OutputPath
fccScorerPath = CreateOutputPath("score-fcc.txt");
1665
OutputPath
metricsFile = CreateOutputPath("metrics-fcc.txt");
1691
OutputPath
trainModel = ModelPath();
1696
OutputPath
fccScorerPath = CreateOutputPath("score-fcc.txt");
1709
OutputPath
trainModel = ModelPath();
1714
OutputPath
scorePath = CreateOutputPath("data.idv");
1715
OutputPath
scoreModel = ModelPath();
1722
OutputPath
scorePathTxt = CreateOutputPath("data.txt");
1727
var
outputFile1 = StdoutPath();
1732
var
outputFile2 = StdoutPath();
1750
OutputPath
trainModel = ModelPath();
1755
OutputPath
scorePath = CreateOutputPath("data.idv");
1756
OutputPath
scoreModel = ModelPath();
1763
OutputPath
scorePathTxt = CreateOutputPath("data.txt");
1768
var
outputFile1 = StdoutPath();
1769
var
metricsFile1 = MetricsPath();
1774
var
outputFile2 = StdoutPath();
1791
OutputPath
dataPath = CreateOutputPath("data.txt");
1815
OutputPath
trainModel = ModelPath();
1820
OutputPath
scorePath = CreateOutputPath("data.idv");
1821
OutputPath
scoreModel = ModelPath();
1827
OutputPath
scorePathTxt = CreateOutputPath("data.txt");
1842
OutputPath
trainModel = ModelPath();
1848
OutputPath
scorePath = CreateOutputPath("data.idv");
1849
OutputPath
scoreModel = ModelPath();
1856
OutputPath
scorePathTxt = CreateOutputPath("data.txt");
1861
OutputPath
outputFile1 = StdoutPath();
1866
OutputPath
outputFile2 = StdoutPath();
1867
OutputPath
metricsPath = MetricsPath();
1889
OutputPath
trainModel = ModelPath();
1895
OutputPath
scorePath = CreateOutputPath("data.idv");
1896
OutputPath
scoreModel = ModelPath();
1903
OutputPath
scorePathTxt = CreateOutputPath("data.txt");
1909
OutputPath
outputFile1 = StdoutPath();
1910
OutputPath
summaryFile1 = CreateOutputPath("summary1.txt");
1911
OutputPath
metricsFile1 = MetricsPath();
1916
OutputPath
outputFile2 = StdoutPath();
1917
OutputPath
summaryFile2 = CreateOutputPath("summary2.txt");
1918
OutputPath
metricsFile2 = MetricsPath();
1919
OutputPath
groupSummaryFile2 = CreateOutputPath("gsummary2.txt");
1972
OutputPath
trainModel = ModelPath();
1977
OutputPath
scorePath = CreateOutputPath("data.idv");
1978
OutputPath
scoreModel = ModelPath();
1985
OutputPath
scorePathTxt = CreateOutputPath("data.txt");
1990
OutputPath
metricsFile = MetricsPath();
2010
OutputPath
model = ModelPath();
2026
OutputPath
model = ModelPath();
2043
OutputPath
model = ModelPath();
2045
OutputPath
outputPath = StdoutPath();
2072
OutputPath
model = ModelPath();
2074
OutputPath
outputPath = StdoutPath();
2095
OutputPath
model = ModelPath();
2100
OutputPath
outputPath = StdoutPath();
2125
OutputPath
model = ModelPath();
2130
OutputPath
outputPath = StdoutPath();
2149
OutputPath
intermediateData = CreateOutputPath("intermediateDatatypes.idv");
2150
OutputPath
textOutputPath = CreateOutputPath("datatypes.txt");
2166
OutputPath
modelPath = ModelPath();
2183
OutputPath
modelPath = ModelPath();
2203
OutputPath
modelPath = ModelPath();
2220
OutputPath
modelPath = ModelPath();
2237
var
path = CreateOutputPath("DataA.txt");
2258
var
modelPath = ModelPath();
2294
OutputPath
dataPath = CreateOutputPath("data.txt");