The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to use Binary2MultiClassLearner
chenUser4321
Member Posts: 11 Contributor II
Hi:
I want to wrote code to do multi-label classification. However, many of the existig RM classifiers only support binominal label. Binary2MultiClassLearner seems to be reasonable choice that makes these classifiers do multi-label classification.
However, I could not figure out a clear way to write the codes from rapidminer-4.6-tutorial.pdf and the javadoc. I also did some search in RM discussion forum, but found results are not directly related to development.
Could I have some specific instructions of using this learner? A sample java code that shows its usage is greatly appreciated!
I also posted this topic in the development forum. If it is not proper to post here, I will remove it.
Kindly regards,
Daozheng
I want to wrote code to do multi-label classification. However, many of the existig RM classifiers only support binominal label. Binary2MultiClassLearner seems to be reasonable choice that makes these classifiers do multi-label classification.
However, I could not figure out a clear way to write the codes from rapidminer-4.6-tutorial.pdf and the javadoc. I also did some search in RM discussion forum, but found results are not directly related to development.
Could I have some specific instructions of using this learner? A sample java code that shows its usage is greatly appreciated!
I also posted this topic in the development forum. If it is not proper to post here, I will remove it.
Kindly regards,
Daozheng
0
Answers
I've used the operator "Polynomial by Binomial Classification" to do this sort of thing. Here's an example showing an SVM working on a three class problem. I'm no expert on Java code but maybe this will give you a place to start.
regards
Andrew
Daozheng
I try to run multiclass classification(10 classes in the target attribute) with 10 fold X-val of below example, but it did not work.
Am I missing anything? It used to be Binary2MultiClassLearner in previous community versions but not with the version 5.
Regards,
Seyhan