|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.util.normalize.target.NormalizationStorageArray2D
public class NormalizationStorageArray2D
Output the normalized data to a 2D array.
| Constructor Summary | |
|---|---|
NormalizationStorageArray2D()
|
|
NormalizationStorageArray2D(double[][] array)
Construct an object to store to a 2D array. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NormalizationStorageArray2D(double[][] array)
array - The array to store to.public NormalizationStorageArray2D()
| 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.public double[][] getArray()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||