org.encog.app.analyst
Enum AnalystGoal
- java.lang.Object
-
- java.lang.Enum<AnalystGoal>
-
- org.encog.app.analyst.AnalystGoal
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<AnalystGoal>
public enum AnalystGoal extends java.lang.Enum<AnalystGoal>
What is the goal of the Encog Analyst?
-
-
Enum Constant Summary
Enum Constants Enum Constant and Description ClassificationGoal of classification.RegressionGoal of regression.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static AnalystGoalvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AnalystGoal[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Regression
public static final AnalystGoal Regression
Goal of regression.
-
Classification
public static final AnalystGoal Classification
Goal of classification.
-
-
Method Detail
-
values
public static AnalystGoal[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AnalystGoal c : AnalystGoal.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AnalystGoal valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-
DMelt 3.0 © DataMelt by jWork.ORG