Weka (Waikato Environment for Knowledge Analysis) is an open source machine learning library written in Java.
I want to get the coefficients of a weighted linear regression of an x-y pair represented by two arrays in …
java weka regression arffI have to use WEKA in my java code for prediction. Basically I have to study a given code and …
wekaThis same installation of Weka has loaded for me in the past. I am simply trying to load the Weka …
machine-learning data-mining wekaI have searched on google about this issue and I can't find something that explains this algorithm in a simple …
weka decision-tree pruningI use Weka to successfully build a classifier. I would now like to evaluate how effective or important my features …
machine-learning nlp weka feature-selection text-classificationCan somebody explain me the main pros and cons of the most known datamining open-source tools? Everywhere I read that …
comparison weka data-mining rapidminerI'm new to WEKA and advanced statistics, starting from scratch to understand the WEKA measures. I've done all the @rushdi-shams …
machine-learning weka precision-recallI have a .model file of one of the classifier which I got through Weka GUI. Now I would like …
java wekaI'm using SMOTE filter in WEKA to balance data. I have doubts about the two parameters nearestNeighbors and percentage. nearestNeighbors …
data-mining weka sample-dataIn weka I load an arff file. I can view the relationship between attributes using the visualize tab. However I …
java data-mining weka arff