Method | Description | |
---|---|---|
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 |
public NeuralDataSetCODEC ( IMLDataSet dataset ) : System.Collections.Generic | ||
dataset | IMLDataSet | The dataset to use. |
return | System.Collections.Generic |
public PrepareWrite ( int recordCount, int inputSize, int idealSize ) : void | ||
recordCount | int | |
inputSize | int | |
idealSize | int | |
return | void |
public Read ( double input, double ideal, double &significance ) : bool | ||
input | double | |
ideal | double | |
significance | double | |
return | bool |
public Write ( double input, double ideal, double significance ) : void | ||
input | double | |
ideal | double | |
significance | double | |
return | void |