Uses of Class
weka.core.WekaException

Packages that use WekaException
weka.core   
 

Uses of WekaException in weka.core
 

Subclasses of WekaException in weka.core
 class NoSupportForMissingValuesException
          Exception that is raised by an object that is unable to process data with missing values.
 class UnsupportedAttributeTypeException
          Exception that is raised by an object that is unable to process some of the attribute types it has been passed.
 class UnsupportedClassTypeException
          Exception that is raised by an object that is unable to process the class type of the data it has been passed.