The categorization tag has no wiki summary.
0
votes
2answers
29 views
Dichotomize data by factor
I'm an R newbie, and I've struggled to create a dichtomized variable based on two factors (one hopes it's possible).
Let's say I have the data:
d <- data.frame (
agegroup = ...
1
vote
1answer
47 views
How to classify chat text when there is no Training data?
I have a use case in which chat text is to be classified. I want to use DocumentCategorizer in Apache OpenNLP to categorize chat. But for that i must have Training Data that should have Chats already ...
0
votes
2answers
27 views
How to categorize several columns in one statement in SQL/PLSQL
I've got a table with 20 columns which I like to categorize like;
0-25 --> 1
25-50 --> 2
50-75 --> 3
75-100 --> 4
I prefer not to use 20 case ... when statements. Anyone who knows how ...
0
votes
1answer
47 views
Unable to use two regular expressions in SAS Content Categorization Studio
I'm working in SAS Content Categorization Studio. I'm trying to get two concepts, consisting of one regular expression each, to return a number of matches. One is supposed to find dates, the other a ...
1
vote
4answers
397 views
text categorization classifiers
Does anybody know of good open-source text-categorization models? I know about Stanford Classifier, Weka, Mallet, etc. but all of them require training.
I need to classify news articles into ...
0
votes
1answer
56 views
mediaWiki categories vs. subpages for organizing content
I want to create a wiki where the content can and therefore probably should be clearly separated by categories, for reasons of search-ability and clarity.
Let's take as a random example a wiki where ...
0
votes
0answers
53 views
Text pattern recognition in image/document categorization
I would like to ask if there is any library or process good to use for text pattern recognition and document segmentation/categorization based on that pattern.
Our purpose is to create application ...
1
vote
1answer
90 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, ...
1
vote
0answers
58 views
Weka dynamic sentence classification
Could you please give me some hints whether (and how) I can do this in WEKA?
I have lots of sentences and then I receive a new one which has to be categorized.
The existing categories come into ...
0
votes
1answer
123 views
Umbraco - Ultimate Picker for Categorisation
i am working on a simple project for umbraco and i am in need of a category section. That's why i started to create pages for categories. In websites i am using ultimate picker to select categories. ...
0
votes
1answer
35 views
Configuring Categorizations With Rails 3
I want to be able to assign categories to my user's (up to 2, allow for 1). I want any posts by this user to be assigned only one category from the same list of categories (which are referred to as ...
1
vote
0answers
26 views
Text catecagorization for classifying gender from blog entries
I am researching on "text analysis".
Now I have a set of corpus, and I know gender of the author of each file.
So, how to build feature vectors for classifiers (bayes, SVM...). Or can you suggest some ...
2
votes
2answers
77 views
Partitioning a superset and getting the list of original sets for each partition
Introduction
While trying to do some cathegorization on nodes in a graph (which will be rendered differenty), I find myself confronted with the following problem:
The Problem
Given a superset of ...
1
vote
0answers
64 views
Categorizing product data model
I'm about to rebuild an e commerce website with a mid sized database of about 40,000 product.
One of the main reasons we are putting the old system to retire is the categorization mechanism.
We are ...
0
votes
0answers
81 views
Rails: Item with category and subcategory (without plugins)
I'm still new to programming and rails. I'm trying to build a solid foundation, understanding the basic concepts before moving on to complex things. I'm working on a simple app that allows users share ...
0
votes
0answers
83 views
Categorize objects by similarity between them
I have a number of objects (These happen to be images of faces).
I have a metric for comparing one object to another (A facial recognition library). This returns a simple 0-1 value for similarity. ...
-1
votes
1answer
96 views
Product Categorization?
There are several data sets for automobile manufacturers and models. Each contains several hundreds data entries like the following:
Mercedes GLK 350 W2
Prius Plug-in Hybrid Advanced Toyota
General ...
3
votes
3answers
269 views
Choosing Django v1.4 app for tagging and categorization
I was looking for a tagging/categorization app for a Django project. In past I have used django-tagging and django-taggit. Looks like they are not being actively maintained. I also saw a few others ...
0
votes
1answer
66 views
Best way to convert dictionary information into formatted strings (C#)
I have a dictionary of words and the number of times they appear(String,int).
I need to then take this information and display it to a GUI after catorgorizing the words alphabetically or by ...
1
vote
1answer
603 views
R code to categorize age into group?
I am trying to categorize age into group so it will not be continuous. I have this code:
data$agegrp(data$age>=40 & data$age<=49) <- 3
data$agegrp(data$age>=30 & data$age<=39) ...
0
votes
1answer
254 views
plotting in different shapes using pch= argument [duplicate]
Possible Duplicate:
Using pch to plot categorical data in different shapes
If I am using R to plot. How can I assign a particular shape to data points belonging to one category (using the ...
1
vote
1answer
216 views
Categorizing samples in R, and plotting them in different colors
I am new to learning R. I wanted to know how I can asssign a categorical value to observations I have read in as a dataframe. For eg I have data for m variables from n samples and I want to assign ...
0
votes
1answer
104 views
display album folder as a stack or deck android
I want to categorize the images on my device and display it in different albums where the albums look like a stack or deck of images. This is quite a common feature in the default gallery, or ...
1
vote
1answer
357 views
Drupal - 7 category/taxonomy with nodes in block
I am new in drupal 7 and I want to create one view blog in which I can list out taxonomy as category and in under that I want to display two articles and a read more link to that category. Can any ...
1
vote
1answer
226 views
Reverse query matching solr
I have a list of user queries to solr from a website (100's of thousands of them). My requirement is to return all the queries, in the given list, that are true for a document. I know I could index ...
0
votes
1answer
149 views
gmaps4rails - categorize markers list
Is there a way how to categorize markers list in sidebar? For example list for people, places, bus stations, etc. I would like to add lists separately. I hope that I descriped problem well.
2
votes
1answer
482 views
Caluculating IDF(Inverse Document Frequency) for document categorization
I have doubt in calculating IDF (Inverse Document Frequency) in document categorization. I have more than one category with multiple documents for training. I am calculating IDF for each term in a ...
3
votes
2answers
488 views
In TFS 2010/2012, how do you classify bugs?
In TFS (2010 and up at least), we have the concept of iteration, which seems to be supposed to help assigning work (what do we do in release 1.0, what is planned for 1.1 and what is left in the ...
2
votes
1answer
117 views
creating new variable category from existing variables in r
Here is data:
var1 <- c("A", "B", "K", "L", "G", "M", "M")
var2 <- c("B", "A", "K", "L", "H", "M", "M")
mydata <- data.frame (var1, var2)
var1 var2
1 A B
2 B A
3 K K
...
0
votes
0answers
163 views
WP7 Rss Reader by category node
According to this tutorial http://msdn.microsoft.com/en-us/library/hh487167(v=vs.92).aspx i managed to make an application for wp7 that parse feeds and displaying them in the phone screen.
For my ...
-1
votes
1answer
86 views
winform designs for lots of categories and information
This will be a question more for the application designers out there, but ALL answers are welcome, so get ready!
I am about to develop an application that will house a lot of different user controls, ...
-4
votes
2answers
166 views
Naive bayes python - php - javascript (node) [closed]
I'm trying to create a data extractor algoritm from group buying sites to build an agregator for deals. First I need an algorith that will extract title,price,discount,image,coordinates.
I have ...
1
vote
1answer
94 views
How do you globally changing tags in Plone?
Plone has a neat categorization feature of content using tags and a tag cloub. I would like to change the name of a tag globally. Instead I have to find every page and change it that way. Is there an ...
3
votes
2answers
366 views
Domain name classification API
I need to categorize domains into different categories that offer the best use of a domain name.
Like categorizing 'gamez.com' as a gaming portal.
Is there any service that offers classification of ...
1
vote
3answers
216 views
Conceptual - How to build a 2D word-frequency matrix in Python?
I'm trying to practice a logistic regression technique for categorizing text, and I want to build a dataset in the form of a p x n matrix, p rows for plays and n columns for unique words. I already ...
4
votes
3answers
448 views
Algorithms used for programmatic classification of recipes
I'm interested in classifying recipes programmatically based on a statistical analysis of various properties of the recipe. In other words, I want to classify a recipe as Breakfast, Lunch, Dinner or ...
1
vote
2answers
559 views
R: grouping/splitting a dataset by categories in combination with apply.weekly()
Intro
I am not an R expert yet so please excuse another question which I probably should be embarassed of to ask. In another question I asked on stackoverflow I got some very helpful comments on how ...
2
votes
1answer
165 views
has_many :through won't save to the database
I have an association of Item & Category through Categorization:
class Item < ActiveRecord::Base
has_many :categorizations
has_many :categories, :through => :categorizations, :source ...
0
votes
1answer
379 views
Text classification categorisation pointers
i am trying to develop a very simple program for classifying and categorising documents using various algorithms. My problem, since i am a beginner is that i cannot find good articles or websites for ...
2
votes
0answers
107 views
Default Category in Lingpipe's Text Categorization
I'm using the Lingpipe's Text Categorization feature in an application. The classifier is working just fine, however, I've noticed the it does not support a "Default Category". That is, there is no ...
0
votes
1answer
310 views
Magento category/subcategory as a page
I'm trying to use a category and its subcategory to render a custom page. To do this I've tried the following:
* Catalog->Categories->Manage Categories
* Create the category
o Create any ...
0
votes
1answer
288 views
How to automatically assign a given text to different categories?
I'm working on this project in which we have some categories such as
Beauty
Activities
Shopping
Categories are tagged, for example some of the tags are:
Beauty => Haircut, spa, manicure, ...
2
votes
1answer
131 views
Automatically linking categories to each other when categorizing text
I've been working on a project to data-mine a large amount of short texts and categorize these based on a pre-existing large list of category names. To do this I had to figure out how to first create ...
1
vote
1answer
420 views
Spam prevention in Rails
I've got a Rails app where users can send messages to other users. The problem is, it's the type of site that draws many spammers who send bogus messages.
I'm already aware of a couple spam services ...
1
vote
0answers
123 views
Alternate to ShowCategoriesDialog to show most recent categories
I wrote a macro that prompts me to add a category to an outgoing e-mail if there are none (saves time when looking for 2-year-old e-mails).
I noticed that if I categorize an e-mail manually without ...
0
votes
1answer
169 views
how to get category among words in wikipedia?
i've problem about extracting category among words.
i have several words in a cluster ("apple","iMac","snowleopard")
and i would like to retrieve category among that words.
...
8
votes
3answers
348 views
Extracting motion data from a list of coordinates
I have a series of CSV files of timestamped coordinates (X, Y, and Z in mm). What would be the simplest way to extract motion data from them?
Measurables
The information I'd like to extract includes ...
3
votes
1answer
345 views
classification using lingpipe
As a part of my academic research project, I am trying to build an application wherein I will have a set of urls retrieved from the web. The task is classify each of these urls into some category.
...
-2
votes
1answer
46 views
iphone categorization problem
I'll make a simple app with these features;
In main windows there will be a menu.
Menu Item 1
Menu Item 2
Menu Item 3
When user click Menu Item 1
a new menu based view should appear, however when ...
1
vote
0answers
176 views
XML Multiple Category and Sub-Category structure
What is the best data structure for an XML document to represent a N-Category for a subject? I want give the possibility to the user to create infinite category end sub-category, and then grouping ...

