org.debellor.core.data
Class NumericFeature.NumericFeatureType

java.lang.Object
  extended by org.debellor.core.DataType
      extended by org.debellor.core.data.NumericFeature.NumericFeatureType
Enclosing class:
NumericFeature

public static final class NumericFeature.NumericFeatureType
extends DataType

Does not hold any information, only sets dataClass field of the base DataType class.


Field Summary
 
Fields inherited from class org.debellor.core.DataType
dataClass, NOT_PRESENT, UNKNOWN
 
Constructor Summary
NumericFeature.NumericFeatureType()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.debellor.core.DataType
asDataVectorType, asSymbolicFeatureType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NumericFeature.NumericFeatureType

public NumericFeature.NumericFeatureType()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object