Class: Octo::FunnelTracker
- Inherits:
-
Object
- Object
- Octo::FunnelTracker
- Includes:
- Cequel::Record
- Defined in:
- lib/octocore-cassandra/models/enterprise/funnel_tracker.rb
Overview
A model for tracking the user web flow Used to build a markov model on the basis
of the activity. eg p1 --> p2 will be entered
with weight 1, and increased by +1 every time any
user goes from p1 to p2