org.encog.util.normalize.target
public class NormalizationStorageArray1D extends Object implements NormalizationStorage
Constructor and Description |
---|
NormalizationStorageArray1D() |
NormalizationStorageArray1D(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 NormalizationStorageArray1D()
public NormalizationStorageArray1D(double[] array)
array
- The array to store to.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()
Copyright © 2014. All Rights Reserved.