Property | Type | Description |
---|
Method | Description | |
---|---|---|
Binary2External ( String binaryFile ) : void |
Convert an Encog binary file to an external form, such as CSV.
|
|
BinaryDataLoader ( IDataSetCODEC codec ) : System |
Construct a loader with the specified CODEC.
|
|
External2Binary ( String binaryFile ) : void |
Convert an external file format, such as CSV, to the Encog binary training format.
|
public Binary2External ( String binaryFile ) : void | ||
binaryFile | String | THe binary file to use. |
return | void |
public BinaryDataLoader ( IDataSetCODEC codec ) : System | ||
codec | IDataSetCODEC | The codec to use. |
return | System |
public External2Binary ( String binaryFile ) : void | ||
binaryFile | String | The binary file to create. |
return | void |