uclatommy/tweetfeels

Parameterize the real-time calculation model

Closed this issue · 0 comments

The real-time sentiment calculation uses a falloff factor of 0.99 to influence how long the impact of a particular sentiment score lasts in the real-time score. The user should be able to modify this to determine how quickly the influence degrades over time.

In addition, the user should be able to change the size of the time-box for sentiment binning. Currently it is hardcoded at 1 second increments. This may not be appropriate depending on the volume of the topic being tracked.