|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnalystGoal | |
---|---|
org.encog.app.analyst | |
org.encog.app.analyst.script.prop | |
org.encog.app.analyst.wizard |
Uses of AnalystGoal in org.encog.app.analyst |
---|
Methods in org.encog.app.analyst that return AnalystGoal | |
---|---|
static AnalystGoal |
AnalystGoal.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AnalystGoal[] |
AnalystGoal.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of AnalystGoal in org.encog.app.analyst.script.prop |
---|
Methods in org.encog.app.analyst.script.prop with parameters of type AnalystGoal | |
---|---|
void |
ScriptProperties.setProperty(String name,
AnalystGoal value)
Set a property. |
Uses of AnalystGoal in org.encog.app.analyst.wizard |
---|
Methods in org.encog.app.analyst.wizard that return AnalystGoal | |
---|---|
AnalystGoal |
AnalystWizard.getGoal()
|
Methods in org.encog.app.analyst.wizard with parameters of type AnalystGoal | |
---|---|
void |
AnalystWizard.setGoal(AnalystGoal theGoal)
Set the goal. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |