|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OptimizableFunction.KindOfParameter>
de.jstacs.classifier.scoringFunctionBased.OptimizableFunction.KindOfParameter
public static enum OptimizableFunction.KindOfParameter
This enum defines the kinds of parameters that can be
returned by the method
OptimizableFunction.getParameters(KindOfParameter).
OptimizableFunction.getParameters(KindOfParameter)| Enum Constant Summary | |
|---|---|
LAST
Indicates that the last parameters will be (re-)used. |
|
PLUGIN
Indicates that some plug-in parameters will be used (e.g. |
|
ZEROS
Indicates that all parameters will have value 0. |
|
| Method Summary | |
|---|---|
static OptimizableFunction.KindOfParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OptimizableFunction.KindOfParameter[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OptimizableFunction.KindOfParameter ZEROS
public static final OptimizableFunction.KindOfParameter LAST
public static final OptimizableFunction.KindOfParameter PLUGIN
| Method Detail |
|---|
public static OptimizableFunction.KindOfParameter[] values()
for (OptimizableFunction.KindOfParameter c : OptimizableFunction.KindOfParameter.values()) System.out.println(c);
public static OptimizableFunction.KindOfParameter valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||