jBNC Toolbox

jbnc.dataset
Class AttributeType

java.lang.Object
  extended byjbnc.dataset.AttributeType

public final class AttributeType
extends java.lang.Object

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

IGNORE

public static final AttributeType IGNORE
Attribute to be ignored.


CONTINUOUS

public static final AttributeType CONTINUOUS
Attribute with continuous values represented as double.


DISCRETE

public static final AttributeType DISCRETE
Attribute with enumrated discrete values. Values are internally represented as integers.

See Also:
jbnc.dataset.AttributeSpecs#states

DISCRETE_N

public static final AttributeType DISCRETE_N
Attribute with N discrete values (0 to N-1).

Method Detail

toString

public java.lang.String toString()

SourceForge.net Logo