|
jBNC Toolbox | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjbnc.dataset.AttributeType
Types of values represented by an attribute.
Field Summary | |
static AttributeType |
CONTINUOUS
Attribute with continuous values represented as double. |
static AttributeType |
DISCRETE
Attribute with enumrated discrete values. |
static AttributeType |
DISCRETE_N
Attribute with N discrete values (0 to N-1). |
static AttributeType |
IGNORE
Attribute to be ignored. |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final AttributeType IGNORE
public static final AttributeType CONTINUOUS
public static final AttributeType DISCRETE
jbnc.dataset.AttributeSpecs#states
public static final AttributeType DISCRETE_N
Method Detail |
public java.lang.String toString()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |