C# 클래스 Encog.ML.Data.Buffer.CODEC.NeuralDataSetCODEC

A CODEC that works with the NeuralDataSet class.
상속: IDataSetCODEC
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
Close ( ) : void
NeuralDataSetCODEC ( IMLDataSet dataset ) : System.Collections.Generic

Construct a CODEC.

PrepareRead ( ) : void
PrepareWrite ( int recordCount, int inputSize, int idealSize ) : void
Read ( double input, double ideal, double &significance ) : bool
Write ( double input, double ideal, double significance ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

NeuralDataSetCODEC() 공개 메소드

Construct a CODEC.
public NeuralDataSetCODEC ( IMLDataSet dataset ) : System.Collections.Generic
dataset IMLDataSet The dataset to use.
리턴 System.Collections.Generic

PrepareRead() 공개 메소드

public PrepareRead ( ) : void
리턴 void

PrepareWrite() 공개 메소드

public PrepareWrite ( int recordCount, int inputSize, int idealSize ) : void
recordCount int
inputSize int
idealSize int
리턴 void

Read() 공개 메소드

public Read ( double input, double ideal, double &significance ) : bool
input double
ideal double
significance double
리턴 bool

Write() 공개 메소드

public Write ( double input, double ideal, double significance ) : void
input double
ideal double
significance double
리턴 void