3 references to CV
Microsoft.ML.TestFramework (3)
BaseTestPredictorsMaml.cs (3)
140
if (ctx.Command == Cmd.
CV
)
208
if (ctx.Command == Cmd.
CV
&& ctx.ExtraArgs != null && ctx.ExtraArgs.Any(arg => arg.Contains("opf+")))
441
RunContext cvCtx = new RunContext(this, Cmd.
CV
, predictor, dataset, extraSettings, extraTag);