MULAN Wrapper
Hello,
Can I add more MULAN methods to the wrapper?
I have seen there is only possible to use BR, LP, CLR, RAkELn, MLkNN, IBLR_ML, BPMLL and HOMER. What should I do if I would want to use for example Ensemble Classifier Chains of MULAN?
Thank you.
Hi,
Ensemble of Classifier Chains is already implemented in MEKA. If you want to use the MULAN version you will need to write a new entry for MULAN.java, e.g.,
else if (m_MethodString.equals("ECC")) { ... etc.
Also note that BR, LP, RAkEL,. are also implemented directly in MEKA.
Thank you!!! So helpful.
Could you please tell me which method of MEKA API should I use for Ensemble of Classifier Chains?
One example would be meka.classifiers.multilabel.meta.BaggingML using meka.classifiers.multilabel.CC.
Hello,
I need to work with MMPLearner in incremental learning. Is it possible to work with Mulan wrapper in this scenario?
Thank you.