Giter Site home page Giter Site logo

Comments (2)

fracpete avatar fracpete commented on August 21, 2024 1

The option handling (inherited from Weka) can be sometimes a bit confusing. The "-W" option usually only takes a single argument, which is the scheme name. Options for that scheme have to be supplied after the "--" meta-option, which has to be placed at the end of the command. Your command would therefore look like this:
java -cp "C:\Users\xxx\scikit_ml_learn_data\meka\meka-release-1.9.2\lib*" meka.classifiers.multilabel.BR -W weka.classifiers.functions.SMO -t "C:\Users\xxx\AppData\Local\Temp\tmp8k72pc2i.arff" -T "C:\Users\xxx\AppData\Local\Temp\tmppka5mk9h.arff" -verbosity 5 -l "C:\Users\xxx\AppData\Local\Temp\tmpzp4xpsjt" -- -C 1.0

I'd recommend to use the Meka Explorer to configure your scheme, copy/paste the commandline (via right-click) and then just add the java call at the start and all other general options (datasets, verbosity, ...) right after the first classname.

Please use the Meka mailing list for asking questions:
https://sourceforge.net/projects/meka/lists/meka-list

from meka.

acadTags avatar acadTags commented on August 21, 2024

The option handling (inherited from Weka) can be sometimes a bit confusing. The "-W" option usually only takes a single argument, which is the scheme name. Options for that scheme have to be supplied after the "--" meta-option, which has to be placed at the end of the command. Your command would therefore look like this:
java -cp "C:\Users\xxx\scikit_ml_learn_data\meka\meka-release-1.9.2\lib*" meka.classifiers.multilabel.BR -W weka.classifiers.functions.SMO -t "C:\Users\xxx\AppData\Local\Temp\tmp8k72pc2i.arff" -T "C:\Users\xxx\AppData\Local\Temp\tmppka5mk9h.arff" -verbosity 5 -l "C:\Users\xxx\AppData\Local\Temp\tmpzp4xpsjt" -- -C 1.0

I'd recommend to use the Meka Explorer to configure your scheme, copy/paste the commandline (via right-click) and then just add the java call at the start and all other general options (datasets, verbosity, ...) right after the first classname.

Please use the Meka mailing list for asking questions:
https://sourceforge.net/projects/meka/lists/meka-list

Great! This solved my problem, thanks!

from meka.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.