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

Implement confusion matrix in mulan #19

Open
ghost opened this issue May 17, 2018 · 0 comments
Open

Implement confusion matrix in mulan #19

ghost opened this issue May 17, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented May 17, 2018

P1: One point is that if you implement the matrix using separated labels its dimension is L+1xL+1, where L is the number of labels, then the sum of confusion matrix will be greater than the number of instances because of the multilabel classification, in contrast to weka where it is equal to the number of instances. 

P2: Other point is that the confusion matrix can be implemented using the number of distinct labelsets. And thus the sum of matrix will be equal to the number of instances, but the matrix will be much bigger than the above.

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

0 participants