Modifier and Type | Method and Description |
---|---|
OutputField |
DataNormalization.findOutputField(Class<?> clazz,
int count)
Find an output field by its class.
|
Modifier and Type | Method and Description |
---|---|
List<OutputField> |
DataNormalization.getOutputFields() |
Modifier and Type | Method and Description |
---|---|
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".
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
OutputFieldEncode
An encoded output field.
|
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 |
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.
|
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.