weka-wiki | Home of the Weka wiki | Wiki library
kandi X-RAY | weka-wiki Summary
kandi X-RAY | weka-wiki Summary
Not really a wiki, but replacing some of the content that was hosted on weka.wikispaces.com before it shut down. Uses mkdocs to generate the content.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of weka-wiki
weka-wiki Key Features
weka-wiki Examples and Code Snippets
Community Discussions
Trending Discussions on weka-wiki
QUESTION
I implemented a custom AttributeEvaluator
and also extended the ASEvaluation
class, so I can evaluate and select the best attributes with Ranker
. I read the Weka Wiki to find out how to integrate it into the Weka GUI, but the link seems to be broken.
How can I display and use my attribute evaluator, or where can I find the document that explains it?
...ANSWER
Answered 2019-Jun-11 at 13:37Try these steps:
- Create a jar file containing newly generated evaluator.
- Add the jar file to weka classpath (
cp
key in RunWeka.ini file located in weka install directory) - If the newly created evaluator is not in default Weka evaluator package (weka.attributeSelection) add new package to GenericPropertiesCreator.props file (key
weka.attributeSelection.ASEvaluation
and/orweka.attributeSelection.ASSearch
)- You can extract this file from weka.jar (weka/gui) and copy to $WEKA_HOME/props directory (eg in Windows: C:\Users\USERNAME\wekafiles\props)
For details check the WekaManual.pdf located in Weka install directory.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install weka-wiki
Python 2.7 virtualenv -p /usr/bin/python2.7 venv
Python 3.6 (Python 3.5 works as well) virtualenv -p /usr/bin/python3.6 venv
Install the mkdocs package ./venv/bin/pip install mkdocs
mkdocs is used to generate HTML from the markdown documents and images:.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page