meka icon indicating copy to clipboard operation
meka copied to clipboard

MULAN Wrapper

Open FernandoSaez95 opened this issue 7 years ago • 4 comments

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.

FernandoSaez95 avatar Dec 24 '18 12:12 FernandoSaez95

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.

jmread avatar Dec 24 '18 12:12 jmread

Thank you!!! So helpful.

Could you please tell me which method of MEKA API should I use for Ensemble of Classifier Chains?

FernandoSaez95 avatar Dec 25 '18 12:12 FernandoSaez95

One example would be meka.classifiers.multilabel.meta.BaggingML using meka.classifiers.multilabel.CC.

jmread avatar Jan 05 '19 08:01 jmread

Hello,

I need to work with MMPLearner in incremental learning. Is it possible to work with Mulan wrapper in this scenario?

Thank you.

m-bittencourt avatar Apr 28 '19 04:04 m-bittencourt