|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.datamining.Enum
|
+--javax.datamining.supervised.classification.ClassificationApplyCapability
The enumeration
ClassificationApplyCapability lists
the capabilities that are provided for
classification apply settings.
| Method Summary | |
static void |
addExtension(java.lang.String name)
Adds a vendor extension name to ClassificationApplyCapability. |
static ClassificationApplyCapability |
valueOf(java.lang.String name)
Returns an instance of ClassificationApplyCapability corresponding to the specified name. |
static ClassificationApplyCapability[] |
values()
Returns a list of all ClassificationApplyCapability 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 ClassificationApplyCapability allPredictions
public static final ClassificationApplyCapability bottomSequentialRanks
public static final ClassificationApplyCapability costMatrix
public static final ClassificationApplyCapability individualCategories
public static final ClassificationApplyCapability topPrediction
public static final ClassificationApplyCapability topSequentialRanks
| Method Detail |
public static void addExtension(java.lang.String name)
throws JDMException
name to ClassificationApplyCapability.
name - The name of the unique vendor extension
JDMException - When name is an invalid string or redundant to existing standard enums.
public static ClassificationApplyCapability valueOf(java.lang.String name)
throws JDMException
ClassificationApplyCapability corresponding to the specified name.
name - The name of the enumeration value
ClassificationApplyCapability - The instance of the specified enumeration.
JDMException - When name is not valid.public static ClassificationApplyCapability[] values()
ClassificationApplyCapability enumerations defined.
ClassificationApplyCapability[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||