javax.datamining.clustering
Class ClusteringApplyCapability
java.lang.Object
|
+--javax.datamining.Enum
|
+--javax.datamining.clustering.ClusteringApplyCapability
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- public class ClusteringApplyCapability
- extends Enum
The enumeration
ClusteringApplyContentCapability
lists the capabilities that are provided for
clustering apply settings.
- Author:
- JSR-73 Java Data Mining Expert Group
- See Also:
- Serialized Form
|
Method Summary |
static void |
addExtension(java.lang.String name)
Adds a vendor extension name to ClusteringApplyCapability. |
static ClusteringApplyCapability |
valueOf(java.lang.String name)
Returns an instance of ClusteringApplyCapability corresponding to the specified name. |
static ClusteringApplyCapability[] |
values()
Returns a list of all ClusteringApplyCapability enumerations defined. |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
allClusters
public static final ClusteringApplyCapability allClusters
bottomSequentialRanks
public static final ClusteringApplyCapability bottomSequentialRanks
individualClusters
public static final ClusteringApplyCapability individualClusters
topCluster
public static final ClusteringApplyCapability topCluster
topSequentialRanks
public static final ClusteringApplyCapability topSequentialRanks
addExtension
public static void addExtension(java.lang.String name)
throws JDMException
- Adds a vendor extension
name to ClusteringApplyCapability.
- Parameters:
name - The name of the unique vendor extension
- Throws:
JDMException - When name is an invalid string or redundant to existing standard enums.
valueOf
public static ClusteringApplyCapability valueOf(java.lang.String name)
throws JDMException
- Returns an instance of
ClusteringApplyCapability corresponding to the specified name.
- Parameters:
name - The name of the enumeration value
- Returns:
ClusteringApplyCapability - The instance of the specified enumeration.
- Throws:
JDMException - When name is not valid.
values
public static ClusteringApplyCapability[] values()
- Returns a list of all
ClusteringApplyCapability enumerations defined.
- Returns:
ClusteringApplyCapability[]