Package versus.meeting

Contains a Solar application that detects meeting starts and ends in an office.

See:
          Description

Interface Summary
RLWorld Code from http://www.cse.unsw.edu.au/~aek/catmouse.
 

Class Summary
LogFormatter  
MeetingApp This application simply receives events from MeetingDetector and notify some users by email.
MeetingDetector A primitive operator that detects the ongoing meeting based on badges attached to chairs.
MeetingRecorder The recorder provides an user interface for user to record meeting starts and ends.
MeetingResource Meeting resource bundle for meeting recorder.
RLearner Code from http://www.cse.unsw.edu.au/~aek/catmouse.
RLMeetingAgent Meeting agent takes a stream of versus events and uses RL policy to determine whether there is a meeting at the current moment.
RLMeetingWorld Implementation of meeting world for reinforcement learning environment.
RLPolicy Code from http://www.cse.unsw.edu.au/~aek/catmouse.
 

Package versus.meeting Description

Contains a Solar application that detects meeting starts and ends in an office. Using reinforcement learning algorithm to predict meetings may not be a good idea, at least is not working now.