The measure of center 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 Center { get; set; }
Visual Basic (Declaration)
Public Overridable Property Center As Double
Visual C++
public:
virtual property double Center {
	double get ();
	void set (double value);
}

Field Value

A double containing the measure of center to be used during scaling.

Remarks

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

See Also