ImageClassificationTrainer.Options.ValidationSetFraction Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When validation set is not passed then a fraction of train set is used as validation. To disable this behavior set ValidationSetFraction to null. Accepts value between 0 and 1.0, default value is 0.1 or 10% of the trainset.
public float? ValidationSetFraction;
val mutable ValidationSetFraction : Nullable<single>
Public ValidationSetFraction As Nullable(Of Single)