C# Class Encog.Neural.Data.Buffer.CODEC.NeuralDataSetCODEC

A CODEC that works with the NeuralDataSet class.
Inheritance: IDataSetCODEC
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
Close ( ) : void
NeuralDataSetCODEC ( INeuralDataSet dataset ) : System

Construct a CODEC.

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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

NeuralDataSetCODEC() public méthode

Construct a CODEC.
public NeuralDataSetCODEC ( INeuralDataSet dataset ) : System
dataset INeuralDataSet The dataset to use.
Résultat System

PrepareRead() public méthode

public PrepareRead ( ) : void
Résultat void

PrepareWrite() public méthode

public PrepareWrite ( int recordCount, int inputSize, int idealSize ) : void
recordCount int
inputSize int
idealSize int
Résultat void

Read() public méthode

public Read ( double input, double ideal ) : bool
input double
ideal double
Résultat bool

Write() public méthode

public Write ( double input, double ideal ) : void
input double
ideal double
Résultat void