Uses of Class
ibspan.tss.um.learning.ExtendedEvent

Packages that use ExtendedEvent
ibspan.tss.um.learning Implementation of algorithm for learning user profile on the base of events describing users population interaction with the system. 
 

Uses of ExtendedEvent in ibspan.tss.um.learning
 

Methods in ibspan.tss.um.learning that return types with arguments of type ExtendedEvent
 List<ExtendedEvent> EventsPreprocessor.extendContext(List<Event> events)
          Extends the context of the given events on the base of description of those individuals (e.g. a restaurant), which were clicked or rated by the user and on the base of expected properties of an individual (e.g. a restaurant), user defined in search query
 List<ExtendedEvent> LearningTask.getEvents()
          Returns a list of events to be a base for learning process.
 

Method parameters in ibspan.tss.um.learning with type arguments of type ExtendedEvent
 Set<String> EventsPreprocessor.getObjectedConcepts(List<ExtendedEvent> events)
          Returns list of concept URI references, which were objected in the given events.
 void LearningTask.setEvents(List<ExtendedEvent> events)
          Sets a list of events to be a base for learning process.
 void StatisticsBuffer.updateStatistics(List<ExtendedEvent> events)
          Updates statistics in this buffer and underlying database model by processing the given events.