The tag has no wiki summary.

learn more… | top users | synonyms

-3
votes
0answers
69 views

Coding an Algorithm discussed in Publication [closed]

I'm trying to code the Algorithm discussed in the paper - see here http://tinyurl.com/dxm6zvj . The problem is I am not sure if I understand the problem enough to be able to correctly write the code. ...
-1
votes
0answers
10 views

Historical Twitter Data [closed]

Anyone aware of any subscription free sources where I can obtain a list of historical tweets? I'm trying to get hold of a list of trending and none-trending tweets (within same timeframe) for ...
-7
votes
0answers
37 views

Creating a Trending Feature [closed]

Looking for some pointers on creating a Trending Feature (similar to twitter & yahoo), references to any existing algorithms and relevant online resources will be very helpful. Thanks
1
vote
2answers
41 views

Running trend or no trend Twitter rumor project

I'm learning about algorithms "trending topic", I have read the article by Stanislav Nikolov, Trend or No Trend: A Novel Nonparametric Method for Classifying Time Series. I tried downloading his ...
2
votes
1answer
45 views

Need help building hash tag trending query in mysql

I'm trying to build a query that measures "trending" hash tags like tweets. I have a table tweets and a column message (varchar) Basically I just want to group the messages by a hash tag but it ...
0
votes
0answers
26 views

get facebook trending topics using graph api or fql

I'm using a using facebook feeds through following graph api https://graph.facebook.com/2228101777/feed?access_token= this is simple feeds coming in descending order. Example to display facebook ...
1
vote
1answer
54 views

How do major websites do trending? Is my trending solution correct? [closed]

I have two tables called ProductsLike with the columns { "prod_id", "userid", "like/dislike", "time" } ProductsTalk with the columns { "prod_id", "userid", "comment", "time" } Now I want to ...
-4
votes
1answer
27 views

Where can I find a large list of trending domains? [closed]

I would like a list of domain names that are currently being talked about or are spiking in terms of visitors. Preferably in the thousands per day. The costs I've seen is topsy.com with its home ...
0
votes
0answers
31 views

GetTrends/available in python-twitter 0.8.7

I am trying to get all trending tags available using twitter-python. I read that GET trends/:woeid gets the top 10 trends for "woeid" and GET trends/available returns the locations that Twitter has ...
0
votes
1answer
72 views

How can I add a “trending topics” section to my site's homepage?

I would like to add a custom "trending topics" section to my news website at the top of the homepage. An existing example that shows precisely what I am looking for is the Daily Beast homepage. I ...
0
votes
1answer
182 views

Waveform Trend Analaysis/Pattern Recognition

Im appealing to your brighter minds on this one! This is my first foray into pattern recognition/trend analysis, basically i want to be able to differentiate between waveforms (essentialy line ...
0
votes
1answer
18 views

add categories to a trend table

Hi folks I've been noddling how to approach this one for a while now and I'm just stuck. Hoping this question is useful to the community. I have a trend table with data like the first table below. I ...
0
votes
0answers
92 views

AddThis Trending Api: can't GET in php

I'm having an issue with the addthis trending content feed. Requesting the url in a browser works 99% of the time. Using file_get_contents() in php works maybe 5% of the time. I even have a fallback ...
0
votes
0answers
59 views

Looking for Real-Time Trending Library for .NET

I'm looking for a library for dotnet for doing real-time trending of data. Only simple line trends are needed. The data collection rate can be fairly rapid (up to 100 samples per second). If the ...
0
votes
0answers
179 views

Implementing a trending algorithm in Rails

I'm trying to implement a trending feature. The trending feature is based on searches that have become viral in a span of 4 hours. It will get the 6 latest popular searches. Of course, to pull that ...
0
votes
1answer
53 views

Get next 10 batch of info after a certin ID mySQL query?

I am creating a trending feed of videos for an iPhone app and am calculating all of the views on a video in the last 24 hours in a views table (a row is added to the views table everytime it is views ...
0
votes
1answer
25 views

How to work out what's “trending” on site I have no access too

On a forum I'm on there's a news section where members post news. Every day it seems there is articles about Apple and someone made a petition to have apple articles removed as it's the same stories ...
0
votes
1answer
314 views

Calculations between columns in data frame: week-on-week 'trending' sales detection

I have a data.frame representing frequency book sales for a set of authors over 25 weeks: author week_1 week_2 week_3 week_4 ... author1 7 4 5 2 author2 3 6 ...
0
votes
1answer
447 views

R: loop to add to table new columns, each populated with data aggregated from different csv file

I am struggling to work out how to do this in R. I have data like this from a set of ~50 csv files, each detailing an individual books sale transaction: **week 1** **author** **title** **customerID** ...
1
vote
1answer
129 views

Trending Words in Solr 4.0

Is anyone aware of any upcoming or plugin support for Solr 4.0 trending word/topic functionality? I am aware of various DIY algorithmic approaches and some external frameworks that perhaps can be ...
0
votes
2answers
223 views

trending based on twitter mentions and facebook likes

Our website allow people to upload images and then share them on twitter and/or like them on facebook. There's a trending page with the top X images based on the total number of twitter mentions and ...
0
votes
1answer
151 views

MySQL monthly trending

I am working with a charting program to show monthly inventory totals. So far I only have data for May (the June data will be inserted into the table automatically on June 1st and timestamped). I am ...
0
votes
0answers
127 views

What to install to run Hadoop project? (Trending Topics app by DataWrangling) [closed]

I'm going to present a small presentation about Hadoop at my class. So, as an example of a full-scale project, I decided to show this "Trending Topics" web app made by DataWrangling.com since they ...
4
votes
4answers
967 views

Deciding and implementing a trending algorithm in Django

I have a Django application in which I need to implement a simple trending/ranking algorithm. I'm very lost as a : I have two models, Book and Reader. Every night, new books are added to my database. ...
-1
votes
1answer
128 views

store an array value to a new variable using it's key - twitter api

I'm trying to write code that will return the past 100 tweets that contain the current trending hashtags on twitter. First I get the contents of the current trends and isolate just trending hashtags: ...
2
votes
2answers
324 views

Is there a MongoDB Trending Topics Gem?

I have a group of documents in MongoDB with a "description" value about the size of a tweet. I need to generate a trending topics list from this. Clearly this is a solved problem but I can't find a ...
0
votes
1answer
233 views

Multiple-Word Twitter Trending Topics

Could anyone tell me what algorithm does Twitter.com use on classifying trend topics with multiple words? The problem is easy when only dealing with trends having only single words say for example ...
0
votes
0answers
326 views

Popular Articles Algorithm w/ Decay

Building a feature of top of existing site w/ articles and videos (posts) that allows people to see what is popular on the site. I have the following fields for each post: Number of seconds since ...
2
votes
1answer
603 views

Is there a rails gem for tracking page views

Like the title says, I want to be able to track the amount of page views a particular post gets. This will then be used in a trending value equation. Are there any gems out there for this?
2
votes
1answer
887 views

Calculating increasing or decreasing trend over time in MySQL

I have a table store_visits with the following structure: store_visits: store_name: string visit_count: integer visit_date: date My goal is to create a query that for each store and a given date ...
1
vote
1answer
555 views

How to calculate numerical trend lines in python

I have a monitoring application in python 2.6 that calculates the number of entries in a queue (queue_len). I want to create a simple function that can use these queue_len rate of change values over ...
0
votes
1answer
381 views

Trending Search Help

My site acts like a search engine where people enter search queries on the main page. I wanted to make a trending / recent feature where each query gets recorded into a mysql database, then from that ...
4
votes
1answer
602 views

What is the best way of storing trend data?

I am currently building an application where I am importing statistical data for (currently) around 15,000 products. At current, if I was to maintain one database table for each day statistics from ...
2
votes
2answers
330 views

Defining Trending Topics in a specific collection of tweets

Im doing a Java application where I'll have to determine what are the Trending Topics from a specific collection of tweets, obtained trough the Twitter Search. While searching in the web, I found out ...
1
vote
1answer
150 views

Web service that ranks importance of words in a string?

Is there a web service out there that ranks the importance of words in an arbitrary string taking into account, for example, hot words or phrases that are currently trending? For example, let's say a ...
0
votes
2answers
469 views

Cannot extrapolate TeeChart Trend Function

I'm using teechart with delphi to plot a series and the trend line for that series using the following code: TF:= TTrendFunction.Create(self); TrendSeries.SetFunction(TF); TrendSeries.DataSource := ...
3
votes
1answer
84 views

NDepend Count, Average, etc.. reporting… aggregates. Possible? clean work arounds?

We have a huge code base, where methods with too many local variables alone returns 226 methods. I don't want this huge table being dumped into the xml output to clutter it up, and I'd like the top 10 ...
1
vote
1answer
183 views

Hudson plugin for trend of timings of all jobs in a view

Is there a Hudson plugin which would allow me to create a "trend" graph for build times for all jobs/projects in a view?
0
votes
1answer
81 views

Making a Whats Hot Section in TwentyTen (Wordpress)

Ok so, TwentyTen is a great new theme, fine. However, I wish to add more functionality to it and make it like a theme having a magazine style front page (similar to Hybrid News) with mainly a "Whats ...
8
votes
2answers
1k views

Algorithm(s) for spotting anomalies (“spikes”) in traffic data

I find myself needing to process network traffic captured with tcpdump. Reading the traffic is not hard, but what gets a bit tricky is spotting where there are "spikes" in the traffic. I'm mostly ...
0
votes
2answers
1k views

SQL CODE to do: Trending topics equals a twitter

If i wants count the matching words in a rows of two tables, with milions of rows, sample: Table posts, sample: +----+---------+-----------------------------+ | ID | ID_user | text ...
1
vote
4answers
2k views

Calculate a trendline when the x-axis uses dates

The post on calculating trend lines on a scatter plot (http://stackoverflow.com/questions/43224/how-do-i-calculate-a-trendline-for-a-graph) is quite helpful, but I'm curious how one could go about ...
1
vote
3answers
2k views

Where can I get a VB.net - WPF - Trending Graph Control

We're trying to show 4 trend graphs and will be adding data to them them at a rate of about 1 point every second. In the end each trend needs to show around 600 points. Currently we are using the ...
11
votes
4answers
4k views

What is search.twitter.com's “trending topics” algorithm?

What algorithm does twitter use to determine the 10 topics that you can see at search.twitter.com? I would like to implement that algorithm and I would also like to show the 50 most popular topics ...