Documentation For Encog 2.x

BasicNetwork.GetPropertyString Method

Get the property as a string.

public string GetPropertyString(
   string name
);

Parameters

name
The name of the property.

Return Value

The property as a string.

See Also

BasicNetwork Class | Encog.Neural.Networks Namespace