Package | Description |
---|---|
org.encog.util.normalize | |
org.encog.util.normalize.output | |
org.encog.util.normalize.output.multiplicative | |
org.encog.util.normalize.output.zaxis |
Modifier and Type | Method and Description |
---|---|
Set<OutputFieldGroup> |
DataNormalization.getGroups() |
Modifier and Type | Class and Description |
---|---|
class |
BasicOutputFieldGroup
Provides very basic functionality that other output field groups
will use.
|
Modifier and Type | Method and Description |
---|---|
OutputFieldGroup |
OutputFieldGrouped.getGroup() |
Constructor and Description |
---|
OutputFieldGrouped(OutputFieldGroup group,
InputField sourceField)
Construct a grouped output field.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiplicativeGroup
Used to group multiplicative fields together.
|
Constructor and Description |
---|
OutputFieldMultiplicative(OutputFieldGroup group,
InputField field)
Construct a multiplicative output field.
|
Modifier and Type | Class and Description |
---|---|
class |
ZAxisGroup
Used to group Z-Axis fields together.
|
Constructor and Description |
---|
OutputFieldZAxis(OutputFieldGroup group,
InputField field)
Construct a ZAxis output field.
|
OutputFieldZAxisSynthetic(OutputFieldGroup group)
Construct a synthetic output field for Z-Axis.
|
Copyright © 2014. All Rights Reserved.