C# Class Encog.ML.Data.IMLDataError

The base Encog neural data error.
Inheritance: EncogError
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
IMLDataError ( Exception e ) : System

Pass on an exception.

IMLDataError ( String str ) : System

Construct a message exception.

Method Details

IMLDataError() public méthode

Pass on an exception.
public IMLDataError ( Exception e ) : System
e System.Exception The other exception.
Résultat System

IMLDataError() public méthode

Construct a message exception.
public IMLDataError ( String str ) : System
str String The message.
Résultat System