C# 클래스 Encog.Neural.NeuralData.Temporal.TemporalError

An error occured related to the temporal data set.
상속: EncogError
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

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

Pass on an exception.

TemporalError ( String str ) : System

Construct a message exception.

메소드 상세

TemporalError() 공개 메소드

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

TemporalError() 공개 메소드

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