Package | Description |
---|---|
org.encog.util.normalize.output | |
org.encog.util.normalize.output.multiplicative | |
org.encog.util.normalize.output.zaxis |
Modifier and Type | Method and Description |
---|---|
Collection<OutputFieldGrouped> |
BasicOutputFieldGroup.getGroupedFields() |
Collection<OutputFieldGrouped> |
OutputFieldGroup.getGroupedFields() |
Modifier and Type | Method and Description |
---|---|
void |
BasicOutputFieldGroup.addField(OutputFieldGrouped field)
Add a field to this group.
|
void |
OutputFieldGroup.addField(OutputFieldGrouped field)
Add an output field to the group.
|
Modifier and Type | Class and Description |
---|---|
class |
OutputFieldMultiplicative
Both the multiplicative and z-axis normalization types allow a group of
outputs to be adjusted so that the "vector length" is 1.
|
Modifier and Type | Class and Description |
---|---|
class |
OutputFieldZAxis
Both the multiplicative and z-axis normalization types allow a group of
outputs to be adjusted so that the "vector length" is 1.
|
class |
OutputFieldZAxisSynthetic
This field represents the synthetic value used in Z-Axis normalization.
|
Copyright © 2014. All Rights Reserved.