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

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

Méthodes publiques

Méthode 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 méthode

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.
Résultat String