Documentation For Encog 2.x

BasicNetwork.GetPropertyDouble Method

Get a network property as a double.

public double GetPropertyDouble(
   string name
);

Parameters

name
The name of the property.

Return Value

The property as a double.

See Also

BasicNetwork Class | Encog.Neural.Networks Namespace