jBNC Toolbox

jbnc.dataset
Class AttributeType

java.lang.Object
  extended by jbnc.dataset.AttributeType
All Implemented Interfaces:
java.io.Serializable

public final class AttributeType
extends java.lang.Object
implements java.io.Serializable

Types of values represented by an attribute.

See Also:
Serialized Form

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:
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()
Overrides:
toString in class java.lang.Object

SourceForge.net Logo