C# 클래스 Encog.Neural.Networks.NeuralDataMapping

파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
Copy ( NeuralDataMapping source, NeuralDataMapping target ) : void

Copy from one object to the other.

NeuralDataMapping ( ) : Encog.ML.Data

Construct the neural data mapping class, with null values.

NeuralDataMapping ( IMLData f, IMLData t ) : Encog.ML.Data

Construct the neural data mapping class with the specified values.

메소드 상세

Copy() 공개 정적인 메소드

Copy from one object to the other.
public static Copy ( NeuralDataMapping source, NeuralDataMapping target ) : void
source NeuralDataMapping The source object.
target NeuralDataMapping The target object.
리턴 void

NeuralDataMapping() 공개 메소드

Construct the neural data mapping class, with null values.
public NeuralDataMapping ( ) : Encog.ML.Data
리턴 Encog.ML.Data

NeuralDataMapping() 공개 메소드

Construct the neural data mapping class with the specified values.
public NeuralDataMapping ( IMLData f, IMLData t ) : Encog.ML.Data
f IMLData The source data.
t IMLData The target data.
리턴 Encog.ML.Data