Retrieves bounds used during bounded scaling.

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

Syntax

C#
public virtual double[] GetBounds()
Visual Basic (Declaration)
Public Overridable Function GetBounds As Double()
Visual C++
public:
virtual array<double>^ GetBounds()

Return Value

A double array of length 4 containing the bounds.

Remarks

i result[b]
0 realMin. Lowest expected value in the data to be filtered.
1 realMax. Largest expected value in the data to be filtered.
2 targetMin. Lowest allowed value in the filtered data.
3 targetMax. Largest allowed value in the filtered data.

See Also