|
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.NormalizationStorageArray2D
public class NormalizationStorageArray2D
Output the normalized data to a 2D array.
| Constructor Summary | |
|---|---|
NormalizationStorageArray2D(double[][] array)
Construct an object to store to a 2D array. |
|
| Method Summary | |
|---|---|
void |
close()
Not needed for this storage type. |
void |
open()
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.| 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 | ||||||||