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