Click or drag to resize
NetworkForecast Method
Returns a forecast for each of the Network's outputs computed from the trained Network.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public abstract double[] Forecast(
	double[] x
)

Parameters

x
Type: SystemDouble
A double array of values with the same length and order as the training patterns used to train the Network.

Return Value

Type: Double
A double array containing the forecasts for the output Perceptrons. Its length is equal to the number of output Perceptrons.
See Also