Package | Description |
---|---|
org.encog.util.normalize | |
org.encog.util.normalize.target |
Modifier and Type | Method and Description |
---|---|
NormalizationStorage |
DataNormalization.getStorage() |
Modifier and Type | Method and Description |
---|---|
void |
DataNormalization.setTarget(NormalizationStorage target)
Determines where the normalized data will be sent.
|
Modifier and Type | Class and Description |
---|---|
class |
NormalizationStorageArray1D
Output the normalized data to a 1D array.
|
class |
NormalizationStorageArray2D
Output the normalized data to a 2D array.
|
class |
NormalizationStorageCSV
Store normalized data to a CSV file.
|
class |
NormalizationStorageEncogCollection |
class |
NormalizationStorageNeuralDataSet
Store the normalized data to a neural data set.
|
Copyright © 2014. All Rights Reserved.