8000 GitHub - Waikato/meka at release-1.2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Waikato/meka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Notes]
-VERSION refers to the current version of meka, e.g., -1.0

[Compiling]

To compile meka, and produce meka-VERSION.jar:
	ant jar

[Running]

For example, just type:
	java -cp "lib/*" weka.classifiers.multilabel.BR -t data/Music.arff -W weka.classifiers.bayes.NaiveBayes

Or, if you have meka-VERSION.jar and weka.jar in your classpath, just:
	java weka.classifiers.multilabel.BR -t data/Music.arff -W weka.classifiers.bayes.NaiveBayes

BR is the multi-label classifier, which in this case takes NaiveBayes as a base classifier. 

Run the following if you want to know what options are possible:
	java weka.classifiers.multilabel.BR -h

For starting the MEKA Explorer, use the following command:
- Windows
  start.bat
- Linux/Unix/Mac
  ./start.sh

About

Multi-label classifiers and evaluation procedures using the Weka machine learning framework.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 6

0