javax.datamining.task
Class ComputeStatisticsTaskCapability
java.lang.Object
|
+--javax.datamining.Enum
|
+--javax.datamining.task.ComputeStatisticsTaskCapability
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- public class ComputeStatisticsTaskCapability
- extends Enum
The enumeration
ComputeStatisticsTaskCapability
denotes the capability of the object as to whether
it can handle particular types of statistics
computation.
- Author:
- JSR-73 Java Data Mining Expert Group
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logicalData
public static final ComputeStatisticsTaskCapability logicalData
addExtension
public static void addExtension(java.lang.String name)
throws JDMException
- Adds a vendor extension
name to ComputeStatisticsTaskCapability.
- 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 ComputeStatisticsTaskCapability valueOf(java.lang.String name)
throws JDMException
- Returns an instance of
ComputeStatisticsTaskCapability corresponding to the specified name.
- Parameters:
name - The name of the enumeration value
- Returns:
ComputeStatisticsTaskCapability - The instance of the specified enumeration.
- Throws:
JDMException - When name is not valid.
values
public static ComputeStatisticsTaskCapability[] values()
- Returns a list of all
ComputeStatisticsTaskCapability enumerations defined.
- Returns:
ComputeStatisticsTaskCapability[]