Modifier and Type | Method and Description |
---|---|
InputField |
DataNormalization.findInputField(Class<?> clazz,
int count)
Find an input field by its class.
|
Modifier and Type | Method and Description |
---|---|
List<InputField> |
DataNormalization.getInputFields() |
Modifier and Type | Method and Description |
---|---|
void |
DataNormalization.addInputField(InputField f)
Add an input field.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicInputField
Provides basic functionality, such as min/max and current value
for other input fields.
|
class |
InputFieldArray1D
An input field that comes from a 1D array.
|
class |
InputFieldArray2D
An input field that comes from a 2D array.
|
class |
InputFieldCSV
An input field based on a CSV file.
|
class |
InputFieldCSVText
An input field based on a CSV file.
|
class |
InputFieldEncogCollection |
class |
InputFieldMLDataSet
An input field based on an Encog NeuralDataSet.
|
Modifier and Type | Method and Description |
---|---|
InputField |
OutputFieldRangeMapped.getField() |
InputField |
OutputFieldGrouped.getSourceField() |
Constructor and Description |
---|
OutputFieldDirect(InputField sourceField)
Construct a direct output field.
|
OutputFieldGrouped(OutputFieldGroup group,
InputField sourceField)
Construct a grouped output field.
|
OutputFieldRangeMapped(InputField f)
Create a range field with -1 and 1 as low/high.
|
OutputFieldRangeMapped(InputField field,
double low,
double high)
Construct a range mapped output field.
|
Modifier and Type | Method and Description |
---|---|
InputField |
OutputFieldEncode.getSourceField() |
Constructor and Description |
---|
OutputFieldEncode(InputField sourceField)
Construct an encoded field.
|
Constructor and Description |
---|
OutputFieldMultiplicative(OutputFieldGroup group,
InputField field)
Construct a multiplicative output field.
|
Modifier and Type | Method and Description |
---|---|
InputField |
NominalItem.getInputField() |
Modifier and Type | Method and Description |
---|---|
void |
OutputOneOf.addItem(InputField inputField,
double value)
Add a nominal value specifying a single value, the high and low values
will be 0.5 below and 0.5 above.
|
void |
OutputEquilateral.addItem(InputField inputField,
double value)
Add a nominal value based on a single value.
|
void |
OutputOneOf.addItem(InputField inputField,
double low,
double high)
Add a nominal item, specify the low and high values.
|
void |
OutputEquilateral.addItem(InputField inputField,
double low,
double high)
Add a nominal item based on a range.
|
Constructor and Description |
---|
NominalItem(InputField inputField,
double low,
double high)
Create a nominal item.
|
Constructor and Description |
---|
OutputFieldZAxis(OutputFieldGroup group,
InputField field)
Construct a ZAxis output field.
|
Modifier and Type | Method and Description |
---|---|
InputField |
RangeSegregator.getSourceField() |
InputField |
IntegerBalanceSegregator.getTarget() |
Constructor and Description |
---|
IntegerBalanceSegregator(InputField target,
int count)
Construct an integer balance segregator.
|
RangeSegregator(InputField sourceField,
boolean include)
Construct a range segregator.
|
Copyright © 2014. All Rights Reserved.