Mean-Error Rate Weighted Online Boosting Method
Mean-Error Rate Weighted Online Boosting Method
This page was designed to provide methods that were implemented using the MOA framework (Massive Online Analysis), version 2020.07.1
To include these methods in MOA, the following steps can be taken:
Compile the .java file provided, with the command:
javac -cp lib/moa.jar moa/classifiers/meta/MWOB.java
Insert the file methodname.class in moa.jar package.
jar uf lib/moa.jar moa/moa/classifiers/meta/MWOB.class