| NaiveBayesClassifierZeroCorrection Property |
Specifies the replacement value to be used for conditional probabilities
equal to zero.
Namespace: Imsl.DataMiningAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic double ZeroCorrection { get; set; }Public Property ZeroCorrection As Double
Get
Set
public:
property double ZeroCorrection {
double get ();
void set (double value);
}member ZeroCorrection : float with get, set
Property Value
Type:
Double
A
double containing the value to replace
conditional probabilities equal to zero.
ZeroCorrection must be non-negative.
Default: No correction will be performed.
See Also