Data mining is the process of analyzing large amounts of data in order to find patterns and commonalities.
2
votes
1answer
113 views
Working with string data and classification in Weka
I have a data-set that consists of a pair of a string and the class it belongs to.
The string is a sentence. The class can either be 'male' or 'female'. An example -
'Hi! My name is Jack', male
I am ...
0
votes
1answer
98 views
SSRS: how to show both existed and predicted data on same chart?
I have already built up a data mining model in SSAS called "Forecasting", which uses Time Series Prediction.
Now I want to apply this model with a table called "vTimeSeries" to get a predicting chart ...
0
votes
0answers
52 views
Orange sql-database scripting
I'm new to data mininig and orange. I want to load a dataset from a sqlite/mysql/postgres database. So far so good. I followed the instructions:
r = SQLReader()
r.connect('sqlite://dcmt_db/')
...
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 ...
1
vote
4answers
82 views
Python : DIY generalize this “all_subsets” function to any size subsets
Implementing a toy Apriori algorithm for a small-data association rule mine, I have a need for a function to return all subsets.
The length of the subsets is given by parameter i. I need to ...
-1
votes
1answer
97 views
Implementing NavieBayes in C# [closed]
Just wondering can I implement NavieBayes algorithm in C#? I just want to calculate the precision, TP-rate, FP-rate etc using Navie Bayes algorithm in C#.
I just calculate mean and standard deviation ...
0
votes
1answer
137 views
Python code for ARTXP time series prediction algorithm and ARTXP theory
The problem: model evolution of values of a continuous variable over time.
I came through a paper presenting an approach for predicting the next values for a time series. Whereas ARIMA model is more ...
1
vote
1answer
80 views
Data-mining algorithm for dynamically consolidating recurring substrings?
I am trying to construct an artificial intelligence unit. I plan to do this by first collecting sensory input ('observations') into a short-term working-memory list, continually forming patterns ...
3
votes
3answers
158 views
clustering for trajectories
I have large amount of temporal lat/lon.
I'm trying to find k-clusters of trajectories from this data. What is the best approach for this?
Thanks.
Edit:
How should I generate the features for my ...
1
vote
0answers
23 views
Understanding Partition density of partitioned network
i am implementing Link Communities community detection algorithm. I have trouble understanding explanation of partition density described in the paper
Here is only the part defining partition ...
1
vote
1answer
237 views
Parameter estimation in DBSCAN
I need to find naturally occurring classes of nouns based on their distribution with different preposition (like agentive, instrumental, time, place etc.). I tried using k-means clustering but of less ...
0
votes
1answer
74 views
Orange textmining
I am using Orange datamining software to try and look at data in a text file and see if I can discover anything. When I add the text-file, it asks for a .app file. I do not know how to convert a text ...
0
votes
1answer
112 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 ...
-4
votes
1answer
496 views
R k-means clustering data
in R, I have computed a k-means clustering as follows:
km = (mat2, centers=3)
where mat2 is a matrix of column vectors obtained by combining elements of a set of time series. There are 31 rows
Now ...
1
vote
6answers
153 views
What Machine Learning Algorithm would be appropriate for this scenario
I have a PHP/MySQL application that stores symptoms and the appropriate drug. What machine learning algorithm should I use to predict the drug for any symptoms. Also, what would be the format of the ...
0
votes
0answers
36 views
Declarative Data Mining: Frequent Itemset Tiling
For a course in my Computer Science studies, I have to come up with a set of constraints and a score-definition to find a tiling for frequent itemset mining. The matrix with the data consists of ones ...
0
votes
2answers
78 views
Forming heterogeneous groups [closed]
I'm currently working on a system which would be able to dynamically forming heterogeneous groups (clusters), regarding several criterias describing individuals.
My first searches led me to two ...
0
votes
1answer
153 views
Do we need to normalize input segment of training set only?
I want to know that data normalization that is required whether it must be applied to whole part of training set both input and output or input segment is enough.
0
votes
1answer
108 views
Data mining: Apriori issue. Min-support
I wrote data mining apriori algorithm, it works well on small test data but I am having issue to run it on bigger data sets.
I am trying to generate rules of items which were bought together ...
5
votes
1answer
192 views
Comparing sentences according to their meaning
Python provides the NLTK library which is a vast resource of text and corpus, along with a slew of text mining and processing methods. Is there any way we can compare sentences based on the meaning ...
-1
votes
1answer
79 views
Finding the largest frequent itemset
Given a collection of itemsets C, and a support threshold m, is there an efficient way to generate the (or a) largest frequent pattern?
By frequent pattern I mean an itemset p such that the number ...
0
votes
1answer
229 views
discretization in weka
I need to know when is the right time to do discretization in weka.I have data set,i need to create training and testing data samples from that data. Should i do the discretization for the numerical ...
2
votes
2answers
731 views
Numeric example of the Expectation Maximization Algorithm
Could anyone provide a simple numeric example of the EM algorithm as I am not sure about the formulas given? A really simple one with 4 or 5 Cartesian coordinates would perfectly do.
0
votes
0answers
132 views
rescaled value for affinity propagation and DBSCAN cluster algorithms in python?
I tried 2 cluster algorithms in scikit learn (python): affinity propagation and DBSCAN like here:
http://scikit-learn.org/stable/auto_examples/cluster/plot_dbscan.html#example-cluster-plot-dbscan-py
...
0
votes
2answers
126 views
Decision trees Cross Validation questions
so im in the middle of writing a decision tree program.
lets say i have a dataset of 1000 instances.
as i understand it - with cross validation i split the dataset to 900-100 groups. each time
using ...
0
votes
1answer
205 views
python - Picking most relevant words for a tag cloud from text using nltk and scikit-learn
I want to get most relevant words from a text in order to prepare a tag cloud.
I used CountVectoriser from scikit-learn package:
cv = CountVectorizer(min_df=1, charset_error="ignore",
...
-3
votes
2answers
157 views
How generate an artificial data set through a simple simulation model for Classification analysis with Binary Response and 4-5 features? [closed]
I need a simulation model that generate an artificial classification data set with a binary response variable. I then want to check the performance of various classifiers using this data set. The data ...
-2
votes
1answer
204 views
Data Mining: Feature Extraction - Peak Detection? [closed]
I am working on a 4th year project. It entails reducing a large amount of data into useful features to represent it. Now this data set has peaks within it and one of my task is to create algorithms ...
1
vote
0answers
38 views
Database suitable for data mining [closed]
What would be an appropriate / suitable database sans Oracle that would be suitable for the following conditions?
data mining
includes but does not limit to the following:
a. clicking on links
b. ...
0
votes
1answer
126 views
Recommendation on a practical book on Text Mining [closed]
I am looking for a good book on text mining. It should meet the following requirements
should be practical - describing techniques and algorithms that are really used, and are not only good looking ...
1
vote
0answers
78 views
What's a good way of storing R models for future scoring
Let's say I run random forest or kmeans. I get an R object. Now I want to save that model for future use. I thought PMML was a good format but then realized that R can't read PMML and turn it back ...
1
vote
1answer
91 views
A smarter way to categorize by keywords? [closed]
Our site has user-generated content and a user can use hashtags to categories their content. To make searching for content easier, we are thinking about creating "Interest" categories like:
Sex, ...
0
votes
1answer
97 views
How much mxRealloc can affect a C-Mex matlab code?
For these days I was working on C-mex code in order to improve speed in DBSCAN matlab code. In fact, at the moment I finished a DBSCAN on C-mex. But instead, it takes more time (14.64 seconds in ...
1
vote
0answers
64 views
Gathering Data Using A Human String [closed]
I am working on a project and part of it requires the use of a text field.
Within this text field, a user is able to type anything (at least, almost anything) related to the topic they are trying to ...
7
votes
2answers
127 views
Python tools for out-of-core computation/data mining
I am interested in python mining data sets too big to sit in RAM but sitting within a single HD.
I understand that I can export the data as hdf5 files, using pytables. Also the numexpr allows for ...
0
votes
0answers
94 views
Semi-supervised outlier detection data preparation
I am trying to write semi-supervised outlier detection algorithm in data stream. I have a training data set which has normal and abnormal behavior of a system. My task is to detect the outliers in the ...
-1
votes
1answer
57 views
What should I notice when I design the database schema for data-mining use? [closed]
I'm going to design a database. The data in the database will be used in data-mining purpose later. I want to know if there is a better practice or way to design the database so that it will be useful ...
0
votes
1answer
66 views
Textanalysis for everyday use and language learning
Hi was learning vocabulary based on a frequency list a few days ago. It was the 5000 most used english words. I would like to be able to generate my own vocabulary list/tables based on word frequency. ...
2
votes
2answers
58 views
Survey to determine satisfaction: how to find the questions that mattered? [closed]
If a survey is given to determine overall customer satisfaction, and there are 20 general questions and a final summary question: "What's your overall satisfaction 1-10", how could it be determined ...
-1
votes
4answers
55 views
Open source content for data analysis? [closed]
Where can I find data in general for analysis purposes ? I am currently learning data mining. It would be nice if I can get live data or facts.I am ok if the content is in xml,csv,text,etc(in some ...
1
vote
1answer
53 views
A peer-to-peer and privacy-aware data mining/aggregation algorithm: is it possible?
Suppose I have a network of N nodes, each with a unique identity (e.g. public key) communicating with a central-server-less protocol (e.g. DHT, Kad). Each node stores a variable V. With reference to ...
3
votes
2answers
460 views
Machine learning algorithms and their advantages and disadvantages [closed]
I'm familiar with many machine learning classification algorithms (decision tree induction, Naive Bayes, SVM, kNN, etc.), but my "mastery" basically ends with clicking on buttons in Weka to determine ...
2
votes
1answer
253 views
JSON to R for Data Mining
I am trying to grab tweets using the Topsy Otter api, so I can perform some data mining on it for my dissertation.
So far, I have got:
library(RJSONIO)
library(RCurl)
tweet_data <- ...
-3
votes
1answer
46 views
What is the most suitable dataset? [closed]
Hi I am making a data mining application that can classify patients to their correct diagnosis, based on their symptons. I was wondering if anyone knew what is the most suitable dataset I need and ...
0
votes
1answer
90 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 ...
-5
votes
2answers
278 views
Data mining vs Pattern recognition [closed]
What is the difference between Data mining and Pattern recognition?
Thanks.
0
votes
3answers
75 views
Writing a large number of queries to a text file
I have a list of about 200,000 entities, and I need to query a specific RESTful API for each of those entities, and end up with all the 200,000 entities saved in JSON format in txt files.
The naive ...
-3
votes
1answer
381 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
402 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 ...
0
votes
2answers
121 views
Choosing classification algorithm to classify mix of nominal and numeric data?
I have a dataset of about 100,000 records about the buying pattern of customers. The data set contains
Age (continous value from 2 to 120) but I have plan also to categorize into age ranges.
Gender ...


