Click or drag to resize
NaiveBayesClassifierZeroCorrection Property
Specifies the replacement value to be used for conditional probabilities equal to zero.

Namespace: Imsl.DataMining
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double ZeroCorrection { 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