C# 클래스 Encog.Neural.Networks.Training.TrainingError

상속: NeuralNetworkError
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
TrainingError ( Exception t ) : System

Construct an exception that holds another exception.

TrainingError ( String msg ) : System

Construct a message exception.

메소드 상세

TrainingError() 공개 메소드

Construct an exception that holds another exception.
public TrainingError ( Exception t ) : System
t System.Exception The other exception.
리턴 System

TrainingError() 공개 메소드

Construct a message exception.
public TrainingError ( String msg ) : System
msg String The exception message.
리턴 System