|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OutputField in org.encog.util.normalize |
---|
Methods in org.encog.util.normalize that return OutputField | |
---|---|
OutputField |
DataNormalization.findOutputField(Class<?> clazz,
int count)
Find an output field by its class. |
Methods in org.encog.util.normalize that return types with arguments of type OutputField | |
---|---|
List<OutputField> |
DataNormalization.getOutputFields()
|
Methods in org.encog.util.normalize with parameters of type OutputField | |
---|---|
void |
DataNormalization.addOutputField(OutputField outputField)
Add an output field. |
void |
DataNormalization.addOutputField(OutputField outputField,
boolean ideal)
Add a field and allow it to be specified as an "ideal output field". |
Uses of OutputField in org.encog.util.normalize.output |
---|
Classes in org.encog.util.normalize.output that implement OutputField | |
---|---|
class |
BasicOutputField
Provides very basic functionality for output fields. |
class |
OutputFieldDirect
A direct output field, will simply pass the input value to the output. |
class |
OutputFieldGrouped
Defines an output field that can be grouped. |
class |
OutputFieldRangeMapped
A ranged mapped output field. |
Uses of OutputField in org.encog.util.normalize.output.mapped |
---|
Classes in org.encog.util.normalize.output.mapped that implement OutputField | |
---|---|
class |
OutputFieldEncode
An encoded output field. |
Uses of OutputField in org.encog.util.normalize.output.multiplicative |
---|
Classes in org.encog.util.normalize.output.multiplicative that implement OutputField | |
---|---|
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. |
Uses of OutputField in org.encog.util.normalize.output.nominal |
---|
Classes in org.encog.util.normalize.output.nominal that implement OutputField | |
---|---|
class |
OutputEquilateral
Allows nominal items to be encoded using the equilateral method. |
class |
OutputOneOf
An output field that uses the "on of" technique to represent input data. |
Uses of OutputField in org.encog.util.normalize.output.zaxis |
---|
Classes in org.encog.util.normalize.output.zaxis that implement OutputField | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |