Documentation For Encog 2.x

PropertyData.IsDefined Method

Determine of the specified property is defined.

public bool IsDefined(
   string key
);

Parameters

key
The property to check.

Return Value

True if this property is defined.

See Also

PropertyData Class | Encog.Neural.Data.XML Namespace