TrainingSetExpectationRadius Property

CVB.Net Documentation
Expectation radius is the radius that is searched for the best occurrence of a sample when adding a new sample to the training set.

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

public double ExpectationRadius { get; set; }

Property Value

Type: Double
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the training set has already been disposed
ArgumentOutOfRangeExceptionwhen trying to set an expectation radius less than 0
See Also

Reference