Package | Description |
---|---|
org.encog.util.normalize.segregate | |
org.encog.util.normalize.segregate.index | |
org.encog.util.normalize.target |
Modifier and Type | Method and Description |
---|---|
DataNormalization |
IntegerBalanceSegregator.getNormalization() |
DataNormalization |
RangeSegregator.getNormalization() |
DataNormalization |
Segregator.getNormalization() |
Modifier and Type | Method and Description |
---|---|
void |
IntegerBalanceSegregator.init(DataNormalization normalization)
Init the segregator with the owning normalization object.
|
void |
RangeSegregator.init(DataNormalization normalization)
Init the object.
|
void |
Segregator.init(DataNormalization normalization)
Setup this object to use the specified normalization object.
|
Modifier and Type | Method and Description |
---|---|
DataNormalization |
IndexSegregator.getNormalization() |
Modifier and Type | Method and Description |
---|---|
void |
IndexSegregator.init(DataNormalization normalization)
Setup this class with the specified normalization object.
|
Modifier and Type | Method and Description |
---|---|
void |
NormalizationStorageArray1D.open(DataNormalization norm)
Not needed for this storage type.
|
void |
NormalizationStorageEncogCollection.open(DataNormalization norm) |
void |
NormalizationStorage.open(DataNormalization norm)
Close the storage.
|
void |
NormalizationStorageArray2D.open(DataNormalization norm)
Not needed for this storage type.
|
void |
NormalizationStorageNeuralDataSet.open(DataNormalization norm)
Not needed for this storage type.
|
void |
NormalizationStorageCSV.open(DataNormalization norm)
Open the CSV file.
|
Copyright © 2014. All Rights Reserved.