|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectibspan.tss.um.filtering.FilteringAlgorithm
public class FilteringAlgorithm
The class realize personalization of restaraunts list using filtering algorithm. The algorithm exploite the user myProfile in the following order:
Field Summary | |
---|---|
static double |
ALPHA
Predefined constant configures influence of normalized probability on temperature of single opinion. |
static double |
BETA
Predefined constant configures influence of UserContext onto temperature of single opinion. |
Constructor Summary | |
---|---|
FilteringAlgorithm(UserProfile profile,
OntModel mDomain)
Constructs FilteringAlgorithm. |
Method Summary | |
---|---|
Memory |
filter(Memory results,
Map context)
Filters given results according to the user myProfile and the given context of user behaviour. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final double ALPHA
public static final double BETA
Constructor Detail |
---|
public FilteringAlgorithm(UserProfile profile, OntModel mDomain)
myProfile
- user profile which will be used a base for filteringmDomain
- ontology of domain, to which references results which are to
be filtered, i.e. ont
UserModellingDomainAccessException
com.ibm.adtech.jastor.JastorException
Method Detail |
---|
public Memory filter(Memory results, Map context) throws AnonymousResourceException
results
- results to be filteredcontext
- context of user behaviour
AnonymousResourceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |