You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: