Uses of Class
org.debellor.rseslib.RseslibConversionException

Packages that use RseslibConversionException
org.debellor.rseslib   
 

Uses of RseslibConversionException in org.debellor.rseslib
 

Methods in org.debellor.rseslib that throw RseslibConversionException
static java.util.Properties ParamConverter.defaultPropertiesOf(java.lang.Class<? extends rseslib.processing.classification.Classifier> classifier)
           
static rseslib.structure.attribute.Header DataConverter.headerFrom(Sample.SampleType type)
           
static java.util.Properties ParamConverter.propertiesFrom(Parameters params, java.lang.Class<? extends rseslib.processing.classification.Classifier> classifier)
           
 

Constructors in org.debellor.rseslib that throw RseslibConversionException
RseslibClassifier(java.lang.Class<? extends rseslib.processing.classification.Classifier> learnerClass)
           
RseslibClassifier(java.lang.String className)