Data mining is the process of analyzing large amounts of data in order to find patterns and commonalities.
5
votes
1answer
1k views
How to perform collaborative filtering in R
I'm have matrix data containing some null values. To fill the null values, I'd like to perform collaborative filtering. As I am studying for R, rather I'd like to use R.
So, Does anyone know how to ...
2
votes
0answers
480 views
R: Using the bigmemory library for classification with randomForest
has anyone been able to set up a classification (not a regressions) using randomForest AND the bigmemory library. I am aware that the 'formula approach" cannot be used and we have to resort to the ...
2
votes
0answers
851 views
Java Support for PMML
I am new in PMML: Predictive Model Markup Language (www.dmg.org) and I was wondering if there is some kind of Java support (Open Source / professional) for creating/parsing PMML files.
Initially I ...
2
votes
0answers
187 views
how to use Oracle integrated data mining functions to detect outliers present in the data set
I have installed oracle10g enterprise edition on my computer. I want to find the outliers from the dataset, how this can be achieved using the dbms_data_mining_transform package. I knew simple ...
1
vote
0answers
25 views
iterated conditional mode E step EM
I wanted to know what is the mathematical justification for using ICM as an approximation for the E step in an EM algorithm.
As I understand in the E step the idea is to find a distribution that is ...
1
vote
0answers
26 views
Data Mining prediction Server Operation has been cancelled
I will appriciate the help if anyone has encountered the problem before or has an idea how to resolve it. I am trying to create an data mining with visual studio 2008. And I am almost to the end.
...
1
vote
0answers
81 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
0answers
117 views
Error occurs while using SPADE method in R
I'm currently mining sequence patterns using SPADE algorithm in R.
SPADE is included in arulesSequence package of R.
I'm running R on my CentOS 6.3 64bit.
For an exercise,
I've tried an example ...
1
vote
0answers
117 views
Fastest Principal Component Analysis PCA algorithm for high dimensional data?
I would like to perform a Principal Component Analysis on a dataset composed of approximately 40 000 samples, each sample displaying about 10 000 features.
Using Matlab princomp function takes ages ...
1
vote
0answers
18 views
How can i read the results from KEEL after generate Output zip file?
KEEL (Knowledge Extraction based on Evolutionary Learning)
How can i read the results from KEEL after generate Output zip file ?
I download KEEL and import my Data then add the algorithm .
the execute ...
1
vote
0answers
123 views
Rattle R package: difference between risk and weight variable role?
What is the difference between the risk and weight attribute role in the Rattle R data mining package?
1
vote
0answers
309 views
geo-location taxonomy of public / commercial location types? (for mapping from postal addresses)
Is there a standard or widely-used taxonomy in the market-research, advertising, or retail industry to classify public or commercial locations? We want to map from the postal address of a public or ...
1
vote
0answers
48 views
Why do my data miner threads collect some IDs many times, others not at all?
I'm writing a data miner in python with urllib2 and BeautifulSoup to parse some websites, and in attempting to divide its processes across a few threads, I get the following output:
Successfully ...
1
vote
0answers
252 views
Clasification Tree Plug-in Algorithm for SQL Server 2008
I am facing a Data Mining problem and I'm forced to use SQL Server with Analysis Server. I have to implement CHAID algorithm in a way that once It is done, it'll be included in the Analysis Services ...
0
votes
0answers
9 views
SQL data mining (DMX) model case input with nested predict SSAS
Bottom Line: SSAS DMX query is slow, any tidbits on performance with case inputs and nested predicts with association algorithm?
I have a rather simple view of data to be modeled with the MS ...
0
votes
0answers
15 views
Stream Database doesn't give ExampleSet with label
I have MySQL database with ~4.000.000 records(id - id, result - label and 40 other columns). I want to import it with Stream Database. The problem is that the output doesn't have label. In Stream ...
0
votes
0answers
53 views
weka java loading model and using test data set
I try to build weka models by doing the serialization and deserialization as the instruction says in the weka wikii. Using bayesnet build from training and want to load that model for test. Training ...
0
votes
0answers
56 views
Weka GUI - How to compare 2 classifiers after testing trained model?
I'm new to Weka (and machine learning) so this question would be a bit silly.
So I have 2 models built using J48 and RandomForest (both run with 10-fold cross-validation mode) on a 40,000-tuple ...
0
votes
0answers
21 views
Arranging dimentions for clustering with SSAS
I am having some trouble with SSAS and data mining - specifically the Microsoft Clustering package.
I intend to ultimately do my work in AMO and MDX, but for now, just happy to understand how it ...
0
votes
0answers
41 views
How to determine test error for Simon Funk's incremental SVD method
I'm trying to implement this for a ratings dataset that's similar to Netflix, and I've gotten it to "work"; the training error is driven toward 0 after each iteration / more features are added.
How ...
0
votes
0answers
33 views
Using BIC for the validation of cluster Numbers
I am trying to user Bayesian information criterion as mentioned in below wiki page:
Bayesian information criterion
I am using following formula:
From the weka tools I can get "Within cluster ...
0
votes
0answers
133 views
Data Mining Query Language (DMQL) Editor
I'm totally new to Data Mining Querying Language (DMQL).
So far I found a lot of resources of its syntax but I don't know where to write queries. I'm wondering if there is a server that holds data ...
0
votes
0answers
32 views
Combining classifiers using Stacking in datamining
I need to build a heart disease prediction system ie I need to classify a person as healthy or unhealthy.I have used two classifiers naivebayes and SMO for the same. Now I need to combine these ...
0
votes
0answers
35 views
getting the data points to be the support vectors
LIBSVM output just tells how many number of support vectors for positive class and negative class. But how can I know which data points have been choose to be the support vector?
0
votes
0answers
16 views
How to count the number of itemsets that belongs to the same clousure of one closed itemset
Given the lattice of closed itemsets I want to know the size of each clousure (equivalence class).
There is a linear way to do this?
This paper shows the lattice of closed itemsets in page 2.
...
0
votes
0answers
22 views
Tools and guidelines for processing/visualizing a large sets of plaintext data
I've been given the task of mining basic insights from a dataset of approximately 45GB of plaintext emails the messages are stored as text files either as e-mail-per-file or thread-per-file. The goal ...
0
votes
0answers
60 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
34 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
0answers
40 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
0answers
142 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
0answers
97 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 ...
0
votes
0answers
199 views
Online Clustering and classification in MAHOUT
I have a very simple feature matrix, having a bunch of users with a set of binary items.
The goal is to have an unsupervised clustering scheme to cluster the users, then train a classifier, having the ...
0
votes
0answers
539 views
How to classify Hand written characters (A, B, C, D, E) using neural networks in Matlab
I have 5x7 matrix for a specific character A i.e.
P=
1 0 0 1 1
1 0 0 0 1
1 0 0 0 1
...
0
votes
0answers
79 views
detecting sock puppets
I am building a web app in which users can create certain objects and also give positive or negative ratings on those objects. Such ratings feed into the ratings of the creators of those objects.
I ...
0
votes
0answers
51 views
What are the fastest full alphabet local-match string-aligners?
I would like to use a tool or slightly modify an existing tool in order to find
local string matches of a certain edit distance, i.e. common substrings between
two texts with slight <5% changes.
...
0
votes
0answers
161 views
DIME protocol error, Business Intelligence Development Studio
When trying to deploy a mining structure and model in BIDS I get the following error:
DIME protocol error: The '7' DIME version is not supported. Only version 1 is supported.
I'm using SQL Server ...
0
votes
0answers
27 views
How to Find the Timeliness words?
Now I have many search engine keywords (user searched before),
and I have the search counts statistics of the each words,
How to find the timeliness words? eg: rain(happens in some day),big news(user ...
0
votes
0answers
119 views
How to convert Graphml data into input vector format/key,value pairs - Mahout's Naive Bayesian?
I have known graphs (in graphml format) for all the known categories whose nodes & edges have values associated with it. Both nodes and edges also have their own attributes associated with them. I ...
0
votes
0answers
130 views
Python Multivariate Analysis? - to Produce a unique ID from record pairs of 3-10 in a 3.6M Recordset?
I am new to data mining and rough on stats and python.
We have an issue where we have case_reports table from a certain govenment agency in a mysql db where we have 1 or multiple fields of id : ...
0
votes
0answers
131 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
0answers
45 views
Determining about events out of timestamped continuous data
I have a problem with mining through database. I have continuous data like this:
ID | TIMESTAMP | V1 | V2 | V3 | V4 | V5 | V6 | V7 | V8 | V9 | V10 |
'4271510','2012-01-15 ...
0
votes
0answers
241 views
Multi View Point Similarity Matrix(MVS) algorithm
I'm doing an project on clustering in data mining. Here i have a challenge of clustering files depending on MVS algorithm. I am unable to find any kind of materials or data regarding MVS algorithm. ...
0
votes
0answers
116 views
Auto Summarization based on Semantics
Is there any software inplace doing Text summarization based on content semantics. I am trying to research on such kind of stuff but would like to know about the base knowledge of the thing. I have ...
0
votes
0answers
172 views
Java web crawling - static URLS
I'm going to look a bit more into the techniques because obviously there is a lot to learn but I was wondering what the best approach to handling static URLs is. I would guess it has to do with ...
0
votes
0answers
45 views
Searchin pattern in database table.(Number of rows in table :70Lac)
Actually i have a db table having 2 columns(columnA,time).db table has 70lac rows.I have to retireve all those values which are present min. 2 times in the interval of 10 minutes.
eg. columnA,time ...
0
votes
0answers
29 views
Calculating average orderrows dilemma
I'm facing a bit of a dilemma. For my final thesis I'm working on one of my subjects where I'm at this moment trying to provide insight in the average orderrows per order. The dataset contains data ...
0
votes
0answers
144 views
Why isn't my Data Mining Model Training destination accepting numeric input inside SSIS?
I'm trying to create a mining model for forecasting against some DW data. I'm using SSIS for my ETL, and trying to use the Data Mining Model Training destination.
Unfortunately I'm receiving an ...
-1
votes
0answers
12 views
How to verify wheather the weka knwladge flow and SQL database is connected?
How to verify whether the Weka knowledge flow and SQL database is connected?
-2
votes
0answers
12 views
Weka Knowledge flow SQL Server 2008 connection error. Data mining
We are doing a data mining project with Waka, we have a data set which contains 2193000 lines. It's in a SQL Server 2008 database. We were trying to connect it to weka Knowledge flow interface. But we ...
-2
votes
0answers
27 views
how to plot a bar plot for good and bad customers serperately for PAKDD2009 training data for all variables?
I am trying to plot graphs separately for good and bad customers for all variables.
I am not satisfied with my results, can any one please let me know how to do it?
can any one let me know how to ...

