The measure of spread to be used during z-score scaling.

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

Syntax

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

Field Value

A double containing the measure of spread to be used during z-score scaling.

Remarks

If this property is not set then the measure of spread is computed from the data.

See Also