C# Class Encog.Neural.Networks.Structure.ValidateForFlat

Validate to determine if this network can be flattened.
Inheritance: Encog.Engine.Validate.BasicMachineLearningValidate
Datei anzeigen Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
IsValid ( IEngineMachineLearning eml ) : String

Determine if the specified neural network can be flat. If it can a null is returned, otherwise, an error is returned to show why the network cannot be flattened.

Method Details

IsValid() public method

Determine if the specified neural network can be flat. If it can a null is returned, otherwise, an error is returned to show why the network cannot be flattened.
public IsValid ( IEngineMachineLearning eml ) : String
eml IEngineMachineLearning The network to check.
return String