|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.datamining.Enum
|
+--javax.datamining.data.PhysicalAttributeRole
The enumeration
PhysicalAttributeRole determines the
role of a PhysicalAttribute. A role
defines how an algorithm or mining operation will
interpret the data in that attribute.
The values defined in JDM are:
PhysicalAttribute
represents plain data containing actual values for
a logical attribute. PhysicalAttribute represents an
attribute that contains identifiers relating
multiple records in the multi-record case, i.e.,
transactional data format. PhysicalAttribute
represents a column of data that contains
attribute names of the data values in the
multi-record case, i.e., transactional data,
format. PhysicalAttribute represents a column
of data that contains attribute values of the the
multi-record case, i.e., transactional data,
format. PhysicalAttribute represents a column
of data that contains the child identifiers for a
taxonomy. PhysicalAttribute represents a column
of data that contains the parent identifiers for a
taxonomy.
| Field Summary | |
static PhysicalAttributeRole |
attributeName
|
static PhysicalAttributeRole |
attributeValue
|
static PhysicalAttributeRole |
caseId
|
static PhysicalAttributeRole |
data
|
static PhysicalAttributeRole |
taxonomyChildId
|
static PhysicalAttributeRole |
taxonomyParentId
|
| Method Summary | |
static void |
addExtension(java.lang.String name)
Adds a vendor extension name to PhysicalAttributeRole. |
static PhysicalAttributeRole |
valueOf(java.lang.String name)
Returns an instance of PhysicalAttributeRole corresponding to the specified name. |
static PhysicalAttributeRole[] |
values()
Returns a list of all PhysicalAttributeRole 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 PhysicalAttributeRole attributeName
public static final PhysicalAttributeRole attributeValue
public static final PhysicalAttributeRole caseId
public static final PhysicalAttributeRole data
public static final PhysicalAttributeRole taxonomyChildId
public static final PhysicalAttributeRole taxonomyParentId
| Method Detail |
public static void addExtension(java.lang.String name)
throws JDMException
name to PhysicalAttributeRole.
name - The name of the unique vendor extension
JDMException - When name is an invalid string or redundant to existing standard enums.
public static PhysicalAttributeRole valueOf(java.lang.String name)
throws JDMException
PhysicalAttributeRole corresponding to the specified name.
name - The name of the enumeration value
PhysicalAttributeRole - The instance of the specified enumeration.
JDMException - When name is not valid.public static PhysicalAttributeRole[] values()
PhysicalAttributeRole enumerations defined.
PhysicalAttributeRole[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||