|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.normalize.target.NormalizationStorageCSV
public class NormalizationStorageCSV
Store normalized data to a CSV file.
| Constructor Summary | |
|---|---|
NormalizationStorageCSV(CSVFormat format,
java.io.File file)
Construct a CSV storage object from the specified file. |
|
NormalizationStorageCSV(java.io.File file)
Construct a CSV storage object from the specified file. |
|
| Method Summary | |
|---|---|
void |
close()
Close the CSV file. |
void |
open()
Open the CSV file. |
void |
write(double[] data,
int inputCount)
Write an array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NormalizationStorageCSV(CSVFormat format,
java.io.File file)
format - The format to use.file - The file to write the CSV to.public NormalizationStorageCSV(java.io.File file)
file - The file to write the CSV to.| Method Detail |
|---|
public void close()
close in interface NormalizationStoragepublic void open()
open in interface NormalizationStorage
public void write(double[] data,
int inputCount)
write in interface NormalizationStoragedata - The data to write.inputCount - How much of the data is input.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||