Package moa.core

Class WekaUtils


  • public class WekaUtils
    extends Object
    Class implementing some Weka utility methods.
    Version:
    $Revision: 7 $
    Author:
    Richard Kirkby (rkirkby@cs.waikato.ac.nz)
    • Constructor Detail

      • WekaUtils

        public WekaUtils()
    • Method Detail

      • isWekaVersionOK

        public static boolean isWekaVersionOK()
        Checks if the Weka version is recent enough to run MOA. For example, if the Weka version is not recent, there may be problems due to the fact that Instance was a class before 3.7.1 and now is an interface.
        Returns:
        true if the Weka version is recent.