Package | Description |
---|---|
org.encog.util.normalize | |
org.encog.util.normalize.segregate | |
org.encog.util.normalize.segregate.index |
Modifier and Type | Method and Description |
---|---|
List<Segregator> |
DataNormalization.getSegregators() |
Modifier and Type | Method and Description |
---|---|
void |
DataNormalization.addSegregator(Segregator segregator)
Add a segregator.
|
Modifier and Type | Class and Description |
---|---|
class |
IntegerBalanceSegregator
Balance based on an input value.
|
class |
RangeSegregator
Range segregators are used to segregate data and include or exclude if it is
within a certain range.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexRangeSegregator
An index segregator is used to segregate the data according to its index.
|
class |
IndexSampleSegregator
An index segregator is used to segregate the data according to its index.
|
class |
IndexSegregator
The index segregator.
|
Copyright © 2014. All Rights Reserved.