org.encog.util.normalize.target
Class NormalizationStorageEncogCollection
java.lang.Object
org.encog.util.normalize.target.NormalizationStorageEncogCollection
- All Implemented Interfaces:
- Serializable, NormalizationStorage
public class NormalizationStorageEncogCollection
- extends Object
- implements NormalizationStorage
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NormalizationStorageEncogCollection
public NormalizationStorageEncogCollection()
close
public void close()
- Description copied from interface:
NormalizationStorage
- Open the storage.
- Specified by:
close
in interface NormalizationStorage
open
public void open(DataNormalization norm)
- Description copied from interface:
NormalizationStorage
- Close the storage.
- Specified by:
open
in interface NormalizationStorage
write
public void write(double[] data,
int inputCount)
- Description copied from interface:
NormalizationStorage
- Write an array.
- Specified by:
write
in interface NormalizationStorage
- Parameters:
data
- The data to write.inputCount
- How much of the data is input.
getResourceName
public String getResourceName()
- Returns:
- the resourceName
setResourceName
public void setResourceName(String resourceName)
- Parameters:
resourceName
- the resourceName to set
Copyright © 2014. All Rights Reserved.