6 references to Test
Microsoft.ML.TestFramework (6)
BaseTestPredictorsMaml.cs (6)
99if (ctx.Command != Cmd.Test) 101string dataName = ctx.Command == Cmd.Test ? ctx.Dataset.testFilename : ctx.Dataset.trainFilename; 150if (ctx.Command != Cmd.Test) 198if (ctx.Command == Cmd.Train || ctx.Command == Cmd.Test || ctx.ExpectedToFail) 412RunContext testCtx = new RunContext(this, Cmd.Test, predictor, dataset, extraSettings, extraTag, 421RunContext testCtx = new RunContext(this, Cmd.Test, predictor, dataset,