|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NormalizationAction | |
---|---|
org.encog.app.analyst.script | |
org.encog.app.analyst.script.normalize | |
org.encog.util.arrayutil |
Uses of NormalizationAction in org.encog.app.analyst.script |
---|
Methods in org.encog.app.analyst.script with parameters of type NormalizationAction | |
---|---|
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)
|
Uses of NormalizationAction in org.encog.app.analyst.script.normalize |
---|
Methods in org.encog.app.analyst.script.normalize that return NormalizationAction | |
---|---|
NormalizationAction |
AnalystField.getAction()
|
Methods in org.encog.app.analyst.script.normalize with parameters of type NormalizationAction | |
---|---|
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. |
Constructors in org.encog.app.analyst.script.normalize with parameters of type NormalizationAction | |
---|---|
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. |
Uses of NormalizationAction in org.encog.util.arrayutil |
---|
Methods in org.encog.util.arrayutil that return NormalizationAction | |
---|---|
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. |
Methods in org.encog.util.arrayutil with parameters of type NormalizationAction | |
---|---|
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. |
Constructors in org.encog.util.arrayutil with parameters of type NormalizationAction | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |