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

Packages that use DataCastException
org.debellor.base.evaluator.score   
org.debellor.core   
org.debellor.rseslib   
 

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

Methods in org.debellor.base.evaluator.score that throw DataCastException
 void RMSE.add(DataObject target, DataObject prediction)
           
 

Uses of DataCastException in org.debellor.core
 

Methods in org.debellor.core that throw DataCastException
 DataVector DataObject.asDataVector()
          Returns this DataObject casted to DataVector.
 DataVector.DataVectorType DataType.asDataVectorType()
          Returns this DataType casted to DataVector.DataVectorType.
 NumericFeature DataObject.asNumericFeature()
          Returns this DataObject casted to NumericFeature.
 SymbolicFeature DataObject.asSymbolicFeature()
          Returns this DataObject casted to SymbolicFeature.
 SymbolicFeature.SymbolicFeatureType DataType.asSymbolicFeatureType()
          Returns this DataType casted to SymbolicFeature.SymbolicFeatureType.
 

Uses of DataCastException in org.debellor.rseslib
 

Methods in org.debellor.rseslib that throw DataCastException
static rseslib.structure.data.DoubleDataObject DataConverter.doubledataFrom(Sample sample, Sample.SampleType type, rseslib.structure.attribute.Header header)