Mulan is an open-source Java library for learning from multi-label datasets
Questions tagged [mulan]
4 questions
1
vote
0 answers
the implementation of lazy multi label classifiers in Mulan
I want to use k nearest neighbor for multi label classification. there are some classifiers based on knn which are implemented in mulan library, or are written in C or Matlab such as MLKNN.
when I use the same classifier for numeric dataset I get…

niloofar
- 11
- 3
0
votes
0 answers
I am facing Error while training AudioLM model with mulan quantizer
I am running the audiolm implementation from github and facing error in the following
audiolm = AudioLM(
wav2vec = wav2vec,
codec = soundstream,
semantic_transformer = semantic_transformer,
coarse_transformer = coarse_transformer,
…

Amna Saeed
- 1
- 1
0
votes
1 answer
I have 0% of correct prediction, perhaps a wrong setup?
I'm using mulan library for doing multi labels classification.
The learner I'm using is RAkEL learner. I followed the mulan's instruction:
http://mulan.sourceforge.net/starting.html
My label xml file:

Xitrum
- 7,765
- 26
- 90
- 126
0
votes
1 answer
mulan classifies data - not working
I want to use mulan to classify some data. But I get a exception:
mulan.data.DataLoadException: Error creating Instances data from supplied Reader data source
at mulan.data.MultiLabelInstances.loadInstances(MultiLabelInstances.java:469)
at…

zwang
- 685
- 1
- 8
- 13