Multi-label classification using MLkNN via Meka
A Multi-label Extension to Weka
Brought to you by:
fracpete,
jread82_nz
Hi,
I am new to data mining and have doubts on understanding what this excerpt from the book Multi-Label Classification Problem Analysis and Metrics actually means.
So what I get is a 10 train/test datasets in separate files, so....
Q. Has the author already manually partitioning the single dataset into 5 folds and now the partitioned datasets (train/test) need to be directly classified one-by-one?
OR
Is he referring to some automated partitioning and then batch classification via MEKA, but as far as I have searched in MEKA I couldn't find a functionality to partition a dataset in folds plus train/test splits in one single operation.
MEKA is built on WEKA, WEKA takes a -x parameter to specify the number of folds. Could that be what you are looking for?