Package ibspan.tss.um.learning

Implementation of algorithm for learning user profile on the base of events describing users population interaction with the system.

See:
          Description

Class Summary
EventsPreprocessor This class is used to process a pack of new events, prepare necessary information for learning and put them into LearningTask.
ExtendedEvent  
LearningAlgorithm This class is an implenetation of algorithm for learning user profiles, presented in [1].
LearningTask This class carry data necessary for learning process, realized by LearningAlgorithm.
StatisticsBuffer This class holds information about number of events in which particular user (or all users) performed particular UserBehaviour object (or all possible UserBehaviour objects) objected against particular concept (or all possible concepts).
 

Package ibspan.tss.um.learning Description

Implementation of algorithm for learning user profile on the base of events describing users population interaction with the system.