Package | Description |
---|---|
org.encog.app.analyst.script | |
org.encog.app.analyst.script.normalize | |
org.encog.util.arrayutil |
Modifier and Type | Method and Description |
---|---|
AnalystField |
AnalystScript.defineClass(String fieldName,
FieldDirection d,
NormalizationAction action,
List<ClassItem> classes) |
AnalystField |
AnalystScript.defineField(String fieldName,
FieldDirection d,
NormalizationAction action,
double theActualHigh,
double theActualLow) |
Modifier and Type | Method and Description |
---|---|
NormalizationAction |
AnalystField.getAction() |
Modifier and Type | Method and Description |
---|---|
void |
AnalystField.makeClass(NormalizationAction theAction,
int classFrom,
int classTo,
int high,
int low)
Make the classes based on numbers.
|
void |
AnalystField.makeClass(NormalizationAction theAction,
String[] cls,
double high,
double low)
Make the classes using names.
|
void |
AnalystField.setAction(NormalizationAction theAction)
Set the theAction for the field.
|
Constructor and Description |
---|
AnalystField(NormalizationAction theAction,
String theName)
Construct an object.
|
AnalystField(NormalizationAction theAction,
String theName,
double ahigh,
double alow,
double nhigh,
double nlow)
Construct the field, with no defaults.
|
AnalystField(String theName,
NormalizationAction theAction,
double high,
double low)
Construct an analyst field to use.
|
Modifier and Type | Method and Description |
---|---|
NormalizationAction |
NormalizedField.getAction() |
static NormalizationAction |
NormalizationAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NormalizationAction[] |
NormalizationAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NormalizedField.makeClass(NormalizationAction theAction,
int classFrom,
int classTo,
int high,
int low)
Make a field to hold a class.
|
void |
NormalizedField.makeClass(NormalizationAction theAction,
String[] cls,
double high,
double low)
Create a field that will be used to hold a class.
|
void |
NormalizedField.setAction(NormalizationAction theAction)
Set the action for the field.
|
Constructor and Description |
---|
NormalizedField(NormalizationAction theAction,
String theName)
Construct an object.
|
NormalizedField(NormalizationAction theAction,
String theName,
double ahigh,
double alow,
double nhigh,
double nlow)
Construct the field, with no defaults.
|
NormalizedField(String theName,
NormalizationAction theAction,
double high,
double low)
Construct the object.
|
Copyright © 2014. All Rights Reserved.