org.encog.util.normalize.target
public class NormalizationStorageCSV extends Object implements NormalizationStorage
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the CSV file.
|
void |
open(DataNormalization norm)
Open the CSV file.
|
void |
write(double[] data,
int inputCount)
Write an array.
|
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.public void close()
close in interface NormalizationStoragepublic void open(DataNormalization norm)
open in interface NormalizationStoragepublic void write(double[] data,
int inputCount)
write in interface NormalizationStoragedata - The data to write.inputCount - How much of the data is input.Copyright © 2014. All Rights Reserved.