| NaiveBayesClassifierDiscreteSmoothingValue Property |
Parameter for calculating smoothed estimates of conditional
probabilities for discrete (nominal) attributes.
Namespace: Imsl.DataMiningAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic double DiscreteSmoothingValue { get; set; }Public Property DiscreteSmoothingValue As Double
Get
Set
public:
property double DiscreteSmoothingValue {
double get ();
void set (double value);
}member DiscreteSmoothingValue : float with get, set
Property Value
Type:
Double
A
double containing the smoothing parameter to
be used for calculating smoothed estimates of
conditional probabilities for discrete attributes.
DiscreteSmoothingValue must be non-negative.
Default: DiscreteSmoothingValue = 1.0, i.e. Laplace
smoothing of conditional probabilities.
See Also