|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.util.normalize.target.NormalizationStorageArray1D
public class NormalizationStorageArray1D
Output the normalized data to a 1D array.
Constructor Summary | |
---|---|
NormalizationStorageArray1D()
|
|
NormalizationStorageArray1D(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 NormalizationStorageArray1D()
public NormalizationStorageArray1D(double[] array)
array
- The array to store to.Method Detail |
---|
public void close()
close
in interface NormalizationStorage
public void open(DataNormalization norm)
open
in interface NormalizationStorage
public void write(double[] data, int inputCount)
write
in interface NormalizationStorage
data
- 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 |