Tagged Questions
Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and visualization. It is ...
12
votes
7answers
3k views
Text mining with PHP
I'm doing a project for a college class I'm taking.
I'm using PHP to build a simple web app that classify tweets as "positive" (or happy) and "negative" (or sad) based on a set of dictionaries. The ...
11
votes
3answers
752 views
Beginner's resources/introductions to classification algorithms
everybody. I am entirely new to the topic of classification algorithms, and need a few good pointers about where to start some "serious reading". I am right now in the process of finding out, whether ...
8
votes
2answers
3k views
Sentiment analysis with NLTK python for sentences using sample data or webservice?
I am embarking upon a NLP project for sentiment analysis.
I have successfully installed NLTK for python (seems like a great piece of software for this). However,I am having trouble understanding how ...
7
votes
1answer
218 views
Adding CURE clustering algorithm to WEKA
I have written a java program to perform CURE clustering.
I wish to add this program to weka as a clustering algorithm and visualize the clustering.
Has anyone already implemented it on weka?Any links ...
6
votes
2answers
566 views
I need to make a SVM in weka to filter documents using Java
I am an absolute beginner. Never made a classifier or anything in weka using Java I have used the interface before. Basically I am kind of lost I've looked at the filter class for weka and played ...
6
votes
3answers
3k views
WEKA Tutorials / Examples for a Newbie
In a follow-up to this answer I want to ask if any of you know any good (and more importantly easy to understand) tutorials and / or examples of data mining with the Weka toolkit.
I've been very ...
5
votes
1answer
272 views
how to actually get the nearest neighbor in weka using java
so I've been trying to use the Ibk nearest neighbor algorithm that goes together with the weka machine learning library.....
I know how to classify instances, but I want to implement the ...
5
votes
2answers
758 views
How to purposely overfit Weka tree classifiers?
I have a binary class dataset (0 / 1) with a large skew towards the "0" class (about 30000 vs 1500). There are 7 features for each instance, no missing values.
When I use the J48 or any other tree ...
5
votes
1answer
5k views
How to interpret weka classification?
How can we interpret the classification result in weka using naive bayes?
How is mean, std deviation, weight sum and precision calculated?
How is kappa statistic, mean absolute error, root mean ...
5
votes
3answers
745 views
Question About Using Weka, the machine learning tool
I'm using the explorer feature of Weka for classification.
So I have my .arff file, with 2 features of NUMERIC value, and my class is a binary 0 or 1 (eg {0,1}).
Sample:
@RELATION summary
...
4
votes
1answer
362 views
How to learn a Bayesian Network (structure+parameters) with the WEKA API?
Does anyone know the "proper" procedure to learn a Bayesian Network from data using the WEKA API? I can't find good instructions in the WEKA documentation.
Based on the documentation and what each ...
4
votes
1answer
704 views
WEKA K-Means Clustering
Can anybody explain what the output of the K-Means clustering in WEKA actually means.
For example
kMeans
Number of iterations: 9
Within cluster sum of squared errors: 9434.911100488926
Missing ...
4
votes
1answer
260 views
Creating ARFF from word frequencies
I have some code that gives me a list of words with their frequencies that they occur in the text, I'm looking to make it so the code converts the top 10 words automatically into an ARFF with
...
4
votes
1answer
617 views
Optimizing SMO with RBFKernel (C and gamma)
There are two parameters while using RBF kernels with Support Vector Machines: C and γ. It is not known beforehand which C and γ are the best for one problem; consequently some kind of model selection ...
3
votes
1answer
43 views
How can you take a multi-class attribute and binarize it with weka?
I have an attribute, say numberOfChildren that can take on the values 0, 1, 2, 3. I want to preprocess the data in WEKA such that it becomes just 0 or 1, a hasChildren attribute, which is 0 of ...
3
votes
1answer
671 views
How to retrieve class values from WEKA using MATLAB
I'm trying to retrieve classes from WEKA using MATLAB and WEKA API. All looks fine but classes are always 0. Any idea ??
My data set has 241 atributes, applying WEKA to this dataset I'm obtaining ...
3
votes
3answers
407 views
How to cluster an instance with Weka's DBScan?
I've been trying to use the DBScan clusterer from Weka to cluster instances. From what I understand I should be using the clusterInstance() method for this, but to my surprise, when taking a look at ...
3
votes
3answers
326 views
K-means with really large matrix
I have to perform a k-means clustering on a really huge matrix (about 300.000x100.000 values which is more than 100Gb). I want to know if I can use R software to perform this or weka.
My computer is a ...
3
votes
2answers
186 views
ARFF for natural language processing
I'm trying to take a set of reviews, and convert them into the ARFF format for use with WEKA. Unfortunately either I completely misunderstand how the format works, or I'll have to have an attribute ...
3
votes
1answer
229 views
How to add weka features in a new algorithm?
I want to add a new algorithm to weka with features of classification, clustering, association etc in one algo. How should I write a code to include all the weka features and add a tab to weka for ...
3
votes
1answer
200 views
How to apply classifier in Weka's Explorer?
Let's say, I've build a model (e.g. J4.8 tree) and evaluated it with cross-validation. How can I use this model to classify new dataset? I know, I can set a file with the data to classify with ...
3
votes
1answer
386 views
Using LIBSVM to predict authenticity of the user
I am planning on using LibSVM to predict user authenticity in web applications.
(1) Collect Data on particular user behavior(eg. LogIn time, IP Address, Country etc.)
(2) Use Collected Data to train ...
3
votes
2answers
210 views
Using Weka for Game Playing
I am doing a project where I have neural networks (or other algorithms) play each other in poker. After each win or loss, I want the neural network (or other algorithm) to update in response to the ...
3
votes
2answers
336 views
Creating an ARFF file from python output
gardai-plan-crackdown-on-troublemakers-at-protest-2438316.html': {'dail': 1, 'focus': 1, 'actions': 1, 'trade': 2, 'protest': 1, 'identify': 1, 'previous': 1, 'detectives': 1, 'republican': 1, ...
3
votes
2answers
831 views
weka in android?
i need to run a program that classifies certain dataset values. on the computer i am using weka to classify the same and provide it to me but i need to implement the same on android. eclipse shuts ...
3
votes
1answer
367 views
Using r and weka. How can I use meta-algorithms along with nfold evaluation method?
Here is an example of my problem
library(RWeka)
iris <- read.arff("iris.arff")
Perform nfolds to obtain the proper accuracy of the classifier.
m<-J48(class~., data=iris)
...
3
votes
1answer
789 views
interpreting Naive Bayes results
i start using NaiveBayes/Simple classifier for classification (Weka), however i have some problems to understand while training the data. The data set i'm using is weather.nominal.arff.
While i ...
3
votes
1answer
321 views
How to import XML files in WEKA
I want to import a bunch of xml data in weka. Is there a straightforward solution or a tutorial or I have to maually convert it to a csv or arff file format?
3
votes
1answer
217 views
what is the best way to generate fake data for classification problem?
i'm working on a project and i have a subset of user's key-stroke time data.This means that the user makes n attempts and i will use these recorded attempt time data in various kinds of classification ...
2
votes
1answer
49 views
Why is WEKA not running from the command line?
I apologize, this seems like it is really simple but I can't seem to get it.
I've downloaded the Windows version of WEKA and installed it, but I can't seem to call it from the command line.
I've ...
2
votes
1answer
68 views
What is the simplest way to use WEKA through C++ code?
Weka is a standard, widely using data mining suite mainly used in Java. I was wondering if it's possible to use with C++, and how?
2
votes
1answer
43 views
How can I use a different distance measure for the k-nearest neighbor in Java/Weka?
I am using the k-nearest neighbor classifier on weka (http://weka.sourceforge.net/doc.dev/weka/classifiers/lazy/IBk.html).
I suppose the Euclidean distance is the default distance function. How could ...
2
votes
2answers
98 views
Increase heap size in java for weka
I'm trying to increase the heap size in java for weka which keeps crashing. I used the suggested line:
> java -Xmx500m -classpath
but I get the following error:
-classpath requires class path ...
2
votes
1answer
173 views
weka - how to print incorrectly classified instances
my weka output shows:
Correctly Classified Instances 32083 94.0244 %
Incorrectly Classified Instances 2039 5.9756 %
I want to be able to print out what the ...
2
votes
1answer
376 views
How to print out the predicted class after cross-validation in weka?
Once the 10-fold cross-validation is done with a classifier, how can I print out the predicedt class of every instances and the distribution of instances?
J48 j48 = new J48();
Evaluation eval = new ...
2
votes
1answer
161 views
WEKA - Classifying New Data from Java - IDF Transform
We are trying to implement a WEKA classifier from inside a Java program. So far so good, everything works well however when building the classifier from the training set in Weka GUI we used the ...
2
votes
1answer
156 views
Building/Running a Streaming Weka Text Classifer in Java
We have been using the Weka Explorer GUI to build a few classifier models. Now Testing is complete we would like to implement this model within a Java application so it can take new messages.
So for ...
2
votes
3answers
403 views
how to load .arff format file to matlab
Is there any package to load .arff format file into matlab?
The .arff format is used in Weka for running machine learning algorithm.
2
votes
1answer
105 views
Rattle loading String to Vector file from WEKA
I have been using WEKA to do some text classification work and I want to try
out R.
The problem is I cannot load the String to Vector ARFF files created by
WEKA's string parser into Rattle .
Looking ...
2
votes
1answer
177 views
Creating Instances for classification-Weka
i have a question. I have a java app thats classifying instances from real world, and i have it storage in double[][], my question is this:
Instance iExample = new Instance(4);
...
2
votes
1answer
111 views
WEKA: How to filter multiple attribute ranges?
This is what I usually do to select an attribute range in weka
String[] options = new String[2];
options[0] = "-R"; // "range"
options[1] = "1-2";
Remove remove = ...
2
votes
1answer
280 views
Missing values in ARFF (Weka)
How will classifiers (such as decision trees) in Weka interpret '?' (that stands for missing values in ARFF files) during learning stage?
Will Weka just replace it with some predefined value (e.g. '0' ...
2
votes
1answer
109 views
WEKA: issue with attribute scales
I've a training data sets and multiple test sets (I'm classifying instances in a clustering framework, so the instances of the test set are computed on fly).
The instances attributes have different ...
2
votes
1answer
213 views
classifying data from an ARFF in weka
I have an ARFF that i've loaded into the weka explorer. I'm quite new to weka but to my understanding the arff i have should be working however none of the classifiers appear to work with it?
...
2
votes
1answer
235 views
Using Weka on command line to generate cluster assignment arff file
On the explorer in weka you can perform clustering on data then use the visualisation to save a new arff file with the cluster assignments as attributes.
Is there a way to do this automatically by ...
2
votes
2answers
171 views
The Role of the Training & Tests Sets in Building a Decision Tree and Using it to Classify
I've been working weka for couple of months now.
Currently, I'm working on my machine learning course here in Ostfold University College.
I need a better way to construct a decision tree based on ...
2
votes
1answer
163 views
Filters on Weka
I need to generate a filter in Java using the Weka API that will read in files and trigger an alert if a file contains a word from a predefined list. I am just beginning Weka so am not entirely sure ...
2
votes
1answer
125 views
Regarding RandomTree in Weka
I was playing around with weka when i observed a minNum field in the RandomTree configuration. I read the description which said "The minimum total weight of the instances in a leaf".
However, i ...
2
votes
1answer
394 views
WEKA's MultilayerPerceptron: training then training again
I am trying to do the following with weka's MultilayerPerceptron:
Train with a small subset of the training Instances for a portion of the epochs input,
Train with whole set of Instances for the ...
2
votes
0answers
206 views
getting association rules for WEKA
Where can i find data for to construct association rules with weka. The Data could be of any topic.