8 references to AddIfNotEmpty
Microsoft.ML.TestFramework (8)
BaseTestPredictorsMaml.cs (8)
100AddIfNotEmpty(args, ctx.Predictor.Trainer, "tr");
102AddIfNotEmpty(args, GetDataPath(dataName), "data");
103AddIfNotEmpty(args, 1, "seed");
110AddIfNotEmpty(args, GetDataPath(ctx.Dataset.testFilename), "test");
112AddIfNotEmpty(args, GetDataPath(ctx.Dataset.validFilename), "valid");
149AddIfNotEmpty(args, ctx.Predictor.Scorer, "scorer");
151AddIfNotEmpty(args, ctx.Predictor.Tester, "eval");
153AddIfNotEmpty(args, ctx.ModelOverride.Path, "in");