TrainingSetCorrelationThreshold Property

CVB.Net Documentation
Correlation threshold is the correlation value below which Minos will suggest the generation of a new model rather over the generation of a new instance of an existing model with which the new instance correlates poorly.

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

public double CorrelationThreshold { get; set; }

Property Value

Type: Double
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the training set has already been disposed
ArgumentOutOfRangeExceptionwhen trying to set a correlation threshold less than 0 or greater than 1
See Also

Reference