ClassifierThreshold Property

CVB.Net Documentation
Threshold for search operations witz normalized quality feedback.

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

public double Threshold { get; set; }

Property Value

Type: Double
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the classifier has already been disposed
ArgumentOutOfRangeExceptionwhen trying to set a value less than 0.0 or greater than 1.0
See Also

Reference