org.encog.util.normalize.target
public class NormalizationStorageArray2D extends Object implements NormalizationStorage
| Constructor and Description |
|---|
NormalizationStorageArray2D() |
NormalizationStorageArray2D(double[][] array)
Construct an object to store to a 2D array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Not needed for this storage type.
|
double[][] |
getArray() |
void |
open(DataNormalization norm)
Not needed for this storage type.
|
void |
write(double[] data,
int inputCount)
Write an array.
|
public NormalizationStorageArray2D(double[][] array)
array - The array to store to.public NormalizationStorageArray2D()
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.public double[][] getArray()
Copyright © 2014. All Rights Reserved.