6 references to Train
Microsoft.ML.TestFramework (6)
BaseTestPredictorsMaml.cs (6)
111if (ctx.Command == Cmd.TrainTest || ctx.Command == Cmd.Train) 127var modelPath = ctx.Command == Cmd.Train || ctx.Command == Cmd.TrainTest ? ctx.ModelPath() : null; 133OutputPath predOutPath = ctx.Command == Cmd.Train ? null : ctx.InitPath(".txt"); 198if (ctx.Command == Cmd.Train || ctx.Command == Cmd.Test || ctx.ExpectedToFail) 382RunContext ctx = new RunContext(this, Cmd.Train, predictor, dataset, extraSettings, extraTag); 409RunContext trainCtx = new RunContext(this, Cmd.Train, predictor, dataset, extraSettings, extraTag);