3 references to ValidationSetFraction
Microsoft.ML.Vision (3)
ImageClassificationTrainer.cs (3)
434/// behavior set <see cref="ValidationSetFraction"/> to null. Accepts value between 0 and 1.0, default 700generateValidationSet ? _options.ValidationSetFraction : null); 703(generateValidationSet && _options.ValidationSetFraction.HasValue);