I have created an arff file for a data set that I would like to use in Weka. The file is formatted as a sparse arff file. Anyway, I have successfully loaded in the data. I then switch to the Associati
I\'m extremally new to SVM. I need to extract sentences from text and I have found an article that explains how to do it by usin开发者_如何学Gog SVM algorithm.
I have a corpus of documents and I want to represent each document as a vector. Basically, the vector would have 1 for words that are present inside a document and for other words (which are present i
Closed. This question is off-topic. It is not currently accepting answers. 开发者_如何学编程 Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I am not able to use GUI of weka in linux (linux mint 9). 开发者_开发百科It doesn\'t allows me to use J48 from interface, whereas I am able to run it from command prompt.
I\'ve been trying to use the DBSCAN clusterer from Weka to cluster instances. From what I 开发者_如何学Gounderstand I should be using the clusterInstance() method for this, but to my surprise, when ta
I\'m using WEKA in a java project and I\'m trying to deploy it on a Tomcat server using Eclipse. I configured the DatabaseUtils.prop config file with my settings, in this case the mysql driver (when
Weka in .net through IKVM works great.The tutorial in Wiki is lots of help. However, I think the way that weka loads the jdbc jar file is causing
Once a 10-fold cross-validation is done with a classifier, how can I print out the prediced class of every instance and the distribution of these instances?
We are trying to implement a WEKA classifier from inside a Java program. So far so good, everything works well however when building 开发者_C百科the classifier from the training set in Weka GUI we use