-3
votes
0answers
120 views

How to do simple k-means clustering in java using weka API? [closed]

I am importing weka jar file in net beans. I need an example code for simple k-means clustering on data.
-2
votes
0answers
25 views

Could you help me with a Poll. For spanish speakers [closed]

Cordial saludo para tod@s Es para un trabajo de grado relacionado con un proceso KDD, estoy en la etapa de recoleccion de datos y necesito ayuda con los registros. Es para redisenar una interfaz ...
0
votes
1answer
83 views

DBSCAN clustering algorithm not working properly. What am I doing wrong?

I am trying to write the DBSCAN algorithm to cluster a set of points, but the results I am getting are really bad. This could be because of the data, but it's not just that. I am getting clusters of ...
0
votes
1answer
70 views

Is tagging a form of data mining?

I am implementing a small CRM system. and the concept of data mining to predict and find opportunities and trends are essential for such systems. One data mining approach is clustering. This is a very ...
0
votes
1answer
199 views

How to calculate Confidence from Support in java

Right now I am working on a program that takes a list of users who have rated movies and calculates the support for all movies. I give my program a maximum number of movies I want to calculate, a ...
0
votes
0answers
31 views

How to set the predicted value of an instance with a new value

I need to classify a person as normal or abnormal. I used naivebayes classifier and I have applied classifyInstance() method for classification and obtained the predicted value of the instance. For ...
0
votes
1answer
111 views

Hadoop M/R to implement “People You Might Know” friendship recommendation

How to build a friendship recommendation system by looking at how many mutual friends two have, and recommend them as friends using mapreduce job? Kind of like what facebook or linkedin does, showing ...
0
votes
1answer
89 views

Process of Adding Classifier in MOA what is recompile it by adding a jar or java file?

i am trying only adding the .java file using cmd line, by compiling using javac and then executing using command line MOA(massive online analysis), but it shows error as exception in thread main ...
-3
votes
1answer
377 views

What are data requirements for FP-Growth in Weka?

I'd like to use FP-Growth association rule algorithm on my dataset (model) in Weka. Unfortunately this algorithm is greyed out. What are preconditions I have to meet in order to make use of it?
0
votes
1answer
400 views

Data structure for representing Decision Tree Induction

Currently, I've been involved in some projects related to Data Mining. And, I've to classify the given data sets (.csv format) into different classes by using decision tree induction with GINIsplit as ...
2
votes
3answers
188 views

Extract important attributes in Weka

That's rather newbie question, so please take it with a grain of salt. I'm new in the field of data mining and trying to get my head wrapped around this topic. Right now I'm trying to polish my ...
0
votes
1answer
146 views

Most popular collocations

Could anyone help to find most popular N collocations in set of K files. I've already implemented basic Map Reduce for finding most popular words (word counter). But how can I deal with collocations ...
-1
votes
2answers
80 views

Hibernate 4 Data mining

I am developing a web application where users are allowed to view images. I wanted that site to provide related images depending on the image tags, I have heard that it is useful to use Database ...
-2
votes
1answer
131 views

Virus/Malware Danger While Web Crawling [closed]

I recently wrote a custom web crawler/spider using Java and the JSoup (http://jsoup.org/) HTML parser. The web crawler is very rudimentary - it uses the Jsoup connect and get methods to get the ...
-5
votes
1answer
46 views

Classify an English word into its superclass

Given a word, how to classify it into its superclass? For example, if the word is: 'Christian', how do I classify it as a 'Religion'. And if the word is 'Barack', how do I classify it as a 'Name' ...
0
votes
1answer
54 views

Finding hot topics in twits based on the frequency of the words

I am building a Java web service for finding the hot topics in a special location (latitude , longitude) based on the frequency of the word which is being used in the twits. I am using twitter4j api ...
4
votes
2answers
496 views

Handling missing attributes in Naive Bayes classifier

I am writing a Naive Bayes classifier for performing indoor room localization from WiFi signal strength. So far it is working well, but I have some questions about missing features. This occurs ...
2
votes
1answer
223 views

Saving a Weka model to text

I would like to save my Weka classifier model to a file that can be read in by other (non-Java) programs. The Weka wiki says that Weka supports XML export via PMML files, however when I try saving my ...
-1
votes
4answers
186 views

Java program for Data Processing and Matlab code for results plotting

I am a beginner in the field of Data Mining. I have a data which i need to process before visualizing any useful results. So I do the following: Preprocess data using Java Program ( Output : txt ...
2
votes
0answers
59 views

findind semantically correlated 2 frequent items from a corpus [closed]

I am doing a semester project in mining and I am required to find semantically correlated terms from a corpus of around 10000 files.for eg: if there are terms like Doctor, Professor, Patient and ...
0
votes
0answers
76 views

find 2 frequent items semantically correlated from a dataset [closed]

I am doing a semester project in mining and I am required to find semantically correlated terms from a corpus of around 10000 files.for eg: if there are terms like Doctor, Professor, Patient and ...
1
vote
2answers
187 views

Huge data processing/ HPC in Java - suggest me how to begin

I am thinking to work on a programming problem for which, I suppose, I will need to know a lot of advanced programming concepts. For some reasons I have decided to code it in Java - even though I am ...
-5
votes
1answer
122 views

What libraries can give implementation for Dimension reduction algorithms? [closed]

I'm looking for dimension reduction algorithms implementation library. Looking for implementation of Latent Dirichlet Allocation, Latent Semantic Indexing, Linear Discriminant Analysis and more if ...
1
vote
1answer
415 views

WEKA - JDBC Connection Exception

I'm facing JDBC connection problem while trying to connect MySQL DB using WEKA. Here's my DatabaseUtils.properties file: jdbcDriver=com.mysql.jdbc.Driver jdbcURL=jdbc:mysql://localhost:3306/dms ...
2
votes
1answer
146 views

NLP text annotation storage and access

I have a large corpus of text (10 million sentences or so) which I'd like to preprocess with various NLP tools (POS tagger, Syntax parser, Dependency Parser, etc). I need to store the various ...
2
votes
4answers
92 views

Detecting the likelihood of a passage consisting of certain words [closed]

This is a homework assignment. I am not necessarily looking for exact solutions but open answers and possible strategies. I have a collection of passages and a collection of words. I need to detect ...
0
votes
2answers
424 views

Seaching - Java Data Mining - association analysis - local and open source

I want to apply a association analysis to some data, I have in my application. I got the data form different files and combined them to one big list/table. So I'm not using any data base. I'm ...
0
votes
1answer
128 views

Searching for Words in RTF Files through Java

I'm looking for ways to search for particular words in 300+ RTF documents using Java. I'd like to use the search ability to: Count how many times the particular word is used across all RTF ...
2
votes
1answer
550 views

WEKA classifyinstance and distributionforinstance methods

In WEKA, when I try to debug the code with an instance that has to be classified with a trained model using SVM, I see that first I get into classifyInstance() to classify a test instance, and then ...
3
votes
1answer
452 views

Implementing sampling & data mining algorithms in Hadoop

The current implementation involves sampling of large input transactional file and then finally applying the 'FP growth algorithm' to this sampled data for data mining. However, it has its limitations ...
-3
votes
1answer
740 views

WEKA HierarchicalClusterer class always return 2 clusters

Here is my code: import weka.clusterers.ClusterEvaluation; import weka.clusterers.HierarchicalClusterer; import weka.clusterers.EM; import weka.core.converters.CSVLoader; import ...
0
votes
0answers
12 views

Setting the LinkType for Hierarchical Clustering in WEKA [duplicate]

Possible Duplicate: Set the LinkType for HierarchicalClustering class in WEKA Weka has the HierarchicalClusterer package, in which you can set the type of link between the clusters viz. ...
1
vote
4answers
921 views

OPTICS Clustering algorithm. How to get the best epsilon

I am implementing a project which needs to cluster geographical points. OPTICS algorithm seems to be a very nice solution. It needs just 2 parameters as input(MinPts and Epsilon), which are, ...
-3
votes
1answer
95 views

How does WEKA code the value of an instance as a double value

When we want to read a particular value of an instance we use the following method: public double value(int attIndex) Now, how do I get back to the original value from the double value? Is it ...
0
votes
1answer
124 views

Set the LinkType for HierarchicalClustering class in WEKA

I came across the following documentation for HierarchicalClusterer class in WEKA: public void setLinkType(SelectedTag newLinkType) How do I set the lining type of clusters in this ...
2
votes
1answer
908 views

What is evaluation of a cluster in WEKA?

What do we mean when we say that we are evaluating the clusters in WEKA frmework? Clustering is an unsupervised approach to grouping objects. What do we mean when we say we want to evaluate the ...
0
votes
1answer
158 views

WEKA Instance.ClassAttribute() method

I WEKA, I came across the following code: Instances train = DataSource.read(args[0]); train.setClassIndex(train.numAttributes() - 1); Instances test = DataSource.read(args[1]); ...
-7
votes
1answer
84 views

How can I represent a knowledge base in java to store the unknown numbe of films names [closed]

I need to store list of films' names in knowledge base ? this is the theoretical issue but How can I represent knowledge base in any programming language ? should I use collections such as arrays or ...
-1
votes
1answer
206 views

How to assign a class to an instance using saved model in weka

Before I decided to post the problem I'm having I've read a lot of posts and I still couldn't get a clear answer. So here it is: Using weka I have trained a NaiveBayesTree with my training data that ...
-1
votes
3answers
140 views

Real world Algorithm - Measuring uniqueness of input values

I have a list of key value pairs. For each key, I want to see how unique the values are. For example, for a particular key k1, all the values might be the same. (best case). For a key k2, half of the ...
1
vote
0answers
100 views

summarizing the two similar articles [closed]

I was searching about summarizing two articles like two same news in two different newspapers , i read some research papers where it calculates weight of the word and then printing the lines with max ...
0
votes
0answers
128 views

Java Data Mining connectionFactory to postgreSQL

I'm working on a datamining project that will use my database Postgres (9.1) as Datasource. I've already found Java JDM a very interesting API that can serve my project. However, right from the start, ...
0
votes
2answers
264 views

Java library to generate and work with generated decision trees

I'm looking for a Java libraries that can not only build decision trees using ID3 or C4.5 algorithms, but also store newly built tree in some suitable format. The matter is that I'am planning to use a ...
1
vote
1answer
122 views

Java pattern for configuring models in a data mining system

tl;dr: I'm looking for the best pattern for enumerating variables for a particular object, and ranges these variables may take. I want to then configure objects based on a particular variable ...
-3
votes
1answer
100 views

Extracting Data From Web And Converting It To Meaningful Information In Java

I am doing research on a system that extracts data from web and converts it into something meaningful so that a layman can understand. But I am unable to find even the starting point. Can you ...
1
vote
1answer
107 views

FPtree on java canvas

How to make FP-Tree from FP Growth algorithm graphically on Java canvas ? One method i got was using graphviz but i wanted to show both the itemset tree and headerlist linked list on the same FP-Tree
-2
votes
2answers
185 views

How can I feed data from Hibernate to the Weka Java API?

I am developing a data mining application with the Weka API, Java and MySQL DB connectivity. I want to feed data from the database to the algorithm. I used ...
-1
votes
2answers
684 views

Weka clustering using word frequency csv file

I have a csv file in this format: <userName>, word1=<word1Frequency>, word2=<word2Frequency>, ... The first problem is, this csv file does not have a header, which is required by ...
-2
votes
2answers
206 views

Is there any online based data mining software?

I found out there is a open source mining software in Java, which is called WEKA. It has some useful classification methods as well as other methods that helps people who are not related to ...
0
votes
2answers
943 views

Data clustering in KMeans Algorithm using binary tree structure

I am having trouble in generating code for KMeans clustering in java. I have already known the algorithm but it's very hard to write in in java code. My assignment is to retrieve data from database ...

1 2