Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you please tell me which Java file is Making Classifier Chains Resilient to Class Imbalance's main method? #31

Open
sunhappy6900 opened this issue Nov 17, 2020 · 1 comment
Assignees

Comments

@sunhappy6900
Copy link

No description provided.

@Nanfeizhilu
Copy link
Collaborator

Nanfeizhilu commented Dec 10, 2021

The ECCRU method is implemented in https://github.com/tsoumakas/mulan/blob/master/mulan/src/main/java/mulan/classifier/transformation/ECCRU.java file.
The ECCRU2 and ECCRU3 are implemented in https://github.com/tsoumakas/mulan/blob/master/mulan/src/main/java/mulan/classifier/transformation/ECCRU23.java file
where isPlusVersion=false denotes ECCRU2 and isPlusVersion=true denotes ECCRU3.

We do not have a specific main method for using ECCRU models, but you could refer http://mulan.sourceforge.net/starting.html to find how to set up an evaluation experiment for a multi-label learning method implemented in MULAN.

For the pre-processing of datasets, such as feature and label reduction, you could refer this file (https://github.com/tsoumakas/mulan/blob/master/mulan/src/main/java/mulan/experiments/ECMLPKDDSubmission2019EMLSOSL.java)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants