Package moa.core
Class WekaUtils
- java.lang.Object
-
- moa.core.WekaUtils
-
public class WekaUtils extends Object
Class implementing some Weka utility methods.- Version:
- $Revision: 7 $
- Author:
- Richard Kirkby (rkirkby@cs.waikato.ac.nz)
-
-
Constructor Summary
Constructors Constructor Description WekaUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isWekaVersionOK()
Checks if the Weka version is recent enough to run MOA.
-
-
-
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 thatInstance
was a class before 3.7.1 and now is an interface.- Returns:
- true if the Weka version is recent.
-
-