Uses of Class
org.encog.app.analyst.AnalystGoal

Packages that use AnalystGoal
org.encog.app.analyst This package contains the Encog Analyst. 
org.encog.app.analyst.script.prop This package contains all of the property classes for the script. 
org.encog.app.analyst.wizard This package contains classes used by the Encog 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.
 



Copyright © 2011. All Rights Reserved.