C# 클래스 Encog.Neural.NeuralNetworkError

Indicates an error has occurred in the Neural Network classes..
상속: EncogError
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
NeuralNetworkError ( Exception e ) : System

Pass on an exception.

NeuralNetworkError ( String str ) : System

Construct a message exception.

NeuralNetworkError ( String msg, Exception e ) : System

Pass on an exception.

메소드 상세

NeuralNetworkError() 공개 메소드

Pass on an exception.
public NeuralNetworkError ( Exception e ) : System
e System.Exception The other exception.
리턴 System

NeuralNetworkError() 공개 메소드

Construct a message exception.
public NeuralNetworkError ( String str ) : System
str String The message.
리턴 System

NeuralNetworkError() 공개 메소드

Pass on an exception.
public NeuralNetworkError ( String msg, Exception e ) : System
msg String The message.
e System.Exception The exception.
리턴 System