C# Class Encog.ML.Data.IMLDataError

The base Encog neural data error.
Inheritance: EncogError
Mostra file Open project: encog/encog-silverlight-core

Public Methods

Method Description
IMLDataError ( Exception e ) : System

Pass on an exception.

IMLDataError ( String str ) : System

Construct a message exception.

Method Details

IMLDataError() public method

Pass on an exception.
public IMLDataError ( Exception e ) : System
e System.Exception The other exception.
return System

IMLDataError() public method

Construct a message exception.
public IMLDataError ( String str ) : System
str String The message.
return System