Documentation For Encog 2.x

BasicNetwork.SetProperty(String, Double) Method

Set a network property as a double.

public void SetProperty(
   string name,
   double d
);

Parameters

name
The name of the property.
d
The double value.

See Also

BasicNetwork Class | Encog.Neural.Networks Namespace | BasicNetwork.SetProperty Overload List