Parameter for calculating smoothed estimates of conditional probabilities for continuous attributes.

Namespace: Imsl.DataMining
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double ContinuousSmoothingValue { get; set; }
Visual Basic (Declaration)
Public Property ContinuousSmoothingValue As Double
Visual C++
public:
property double ContinuousSmoothingValue {
	double get ();
	void set (double value);
}

Field Value

A double containing the smoothing parameter to be used for calculating smoothed estimates of conditional probabilities for continuous attributes. ContinuousSmoothingValue must be non-negative.

Default: ContinuousSmoothingValue=0, i.e. no smoothing is done.

See Also