Package ibspan.tss.um.stereotyping

Implementation of algorithm for stereotyping used to initialize user profile.

See:
          Description

Class Summary
MeasureCalculator This class provides methods for calculating between distance between compatible pairs of indivdual measure (interval, ordinal and nominal type) and set measure (set of intervals, set of ordinals, set of nominals).
StereotypingAlgorithm The realizes Stereotyping Algorithm, matching a user to one of known stereotypes.
 

Exception Summary
MeasuringException Thrown when some problem with calculating distance between measures occured.
UnknownMeasureTypeException Thrown where unknown type of measure was used (neither nominal, ordinal nor interval type) or two incompatible measures where compared, e.g. nominal with interval one.
 

Package ibspan.tss.um.stereotyping Description

Implementation of algorithm for stereotyping used to initialize user profile.