|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.datamining.Enum
|
+--javax.datamining.algorithm.feedforwardneuralnet.FeedForwardNeuralNetCapability
The enumeration
FeedForwardNeuralNetCapability
enumerates a list of the capabilities of the feed
forward neural network algorithm being supported
in a particular implementation.
| Method Summary | |
static void |
addExtension(java.lang.String name)
Adds a vendor extension name to FeedForwardNeuralNetCapability. |
static FeedForwardNeuralNetCapability |
valueOf(java.lang.String name)
Returns an instance of FeedForwardNeuralNetCapability corresponding to the specified name. |
static FeedForwardNeuralNetCapability[] |
values()
Returns a list of all FeedForwardNeuralNetCapability enumerations defined. |
| Methods inherited from class javax.datamining.Enum |
compareTo, equals, name |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final FeedForwardNeuralNetCapability backPropagation
public static final FeedForwardNeuralNetCapability backPropagationWithMomentum
public static final FeedForwardNeuralNetCapability bias
public static final FeedForwardNeuralNetCapability hiddenLayers
public static final FeedForwardNeuralNetCapability maximumIterations
public static final FeedForwardNeuralNetCapability minimumErrorTolerance
public static final FeedForwardNeuralNetCapability missingValueHandling
| Method Detail |
public static void addExtension(java.lang.String name)
throws JDMException
name to FeedForwardNeuralNetCapability.
name - The name of the unique vendor extension
JDMException - When name is an invalid string or redundant to existing standard enums.
public static FeedForwardNeuralNetCapability valueOf(java.lang.String name)
throws JDMException
FeedForwardNeuralNetCapability corresponding to the specified name.
name - The name of the enumeration value
FeedForwardNeuralNetCapability - The instance of the specified enumeration.
JDMException - When name is not valid.public static FeedForwardNeuralNetCapability[] values()
FeedForwardNeuralNetCapability enumerations defined.
FeedForwardNeuralNetCapability[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||