Uses of Class
org.debellor.core.exception.data.DataException

Packages that use DataException
org.debellor.base.evaluator.score   
org.debellor.core.data   
org.debellor.core.exception.data   
org.debellor.rseslib   
org.debellor.weka   
 

Uses of DataException in org.debellor.base.evaluator.score
 

Methods in org.debellor.base.evaluator.score that throw DataException
abstract  void Score.add(DataObject target, DataObject prediction)
          Update the score with another pair of (target,prediction) decisions.
 

Uses of DataException in org.debellor.core.data
 

Constructors in org.debellor.core.data that throw DataException
SymbolicFeature(int valueCode, DataType type)
           
SymbolicFeature(java.lang.String value, DataType type)
          Creates SymbolicFeature with a 'canonical' String as a symbolic value, taken from the SymbolicFeatureType object.
 

Uses of DataException in org.debellor.core.exception.data
 

Subclasses of DataException in org.debellor.core.exception.data
 class DataCastException
           
 class NoSamplesException
           
 class SymbolicValueNotFoundException
           
 class UnsupportedDataTypeException
           
 

Uses of DataException in org.debellor.rseslib
 

Methods in org.debellor.rseslib that throw DataException
static DataObject DataConverter.attrFromRseslibValue(double v, DataType attrType)
           
 

Uses of DataException in org.debellor.weka
 

Methods in org.debellor.weka that throw DataException
static weka.core.Instance DataConverter.instanceFrom(Sample sample, Sample.SampleType sampleType)
           
static Sample DataConverter.sampleFrom(weka.core.Instance instance, Sample.SampleType sampleType)