LearnParametersNegativesDensity Property

CVB.Net Documentation
Negatives density is the density at which counter samples are extracted from the training set images during the learning phase. Valid negatives densities range from 0.0 to 1.0. The default value is 1.0.

Namespace:  Stemmer.Cvb.Minos
Assembly:  Stemmer.Cvb.Minos (in Stemmer.Cvb.Minos.dll) Version: 14.0.0.0
Syntax

public double NegativesDensity { get; set; }

Property Value

Type: Double
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionwhen trying to set a value less than 0.0 or greater than 1.0
See Also

Reference