|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.util.normalize.target.NormalizationStorageCSV
public class NormalizationStorageCSV
Store normalized data to a CSV file.
| Constructor Summary | |
|---|---|
NormalizationStorageCSV()
|
|
NormalizationStorageCSV(CSVFormat format,
File file)
Construct a CSV storage object from the specified file. |
|
NormalizationStorageCSV(File file)
Construct a CSV storage object from the specified file. |
|
| Method Summary | |
|---|---|
void |
close()
Close the CSV file. |
void |
open(DataNormalization norm)
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,
File file)
format - The format to use.file - The file to write the CSV to.public NormalizationStorageCSV()
public NormalizationStorageCSV(File file)
file - The file to write the CSV to.| Method Detail |
|---|
public void close()
close in interface NormalizationStoragepublic void open(DataNormalization norm)
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||