-3

WEKA has profound support for kNN classifiers (many different distances and etc.)

Unfortunately WEKA doesn't support multi-label problems.

One of the solutions can be to use binary relevance approach.

I am not sure whether it's a correct workaround? What do you think?

com
  • 2,313
  • 4
  • 24
  • 40

1 Answers1

1

You can try Meka which is based on Weka and is expected to handle multilabel classification problems.

Rushdi Shams
  • 2,373
  • 17
  • 29
  • Thank you very much! However it's not clear how to run kNN. I subscribed to meka mailing list and currently I am waiting for confirmation. Do you know how to run kNN? – com Feb 27 '15 at 05:27