|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.test.recommenders.rec11.Houses11
public class Houses11
Conversational (type A) flats recommender using pre-selected cases at one-off preference elicitation,
Navigation By Proposing and Filtering+NearestNeighbour+selectTopK retrieval.
This recommender follows the Navigation by Proposing strategy and shows the behaviour of several methods
that solve the Iterated Preference Elecitiation task that defines how to modify the user preferences.
There are several methods to obtain a new query from the user selections and critiques:
MoreLikeThis
)
PartialMoreLikeThis
)
WeightedMoreLikeThis
)
LessLikeThis
)
MoreAndLessLikeThis
)
jcolibri.extensions.recommendation
ExpertClerkMedianScoring
,
FilterBasedRetrievalMethod
,
NNScoringMethod
,
SelectCases
,
DisplayCasesTableMethod
Constructor Summary | |
---|---|
Houses11()
|
Method Summary | |
---|---|
void |
configure()
Configures the application: case base, connectors, etc. |
void |
cycle(CBRQuery query)
Executes a CBR cycle with the given query. |
static void |
main(java.lang.String[] args)
|
void |
postCycle()
Runs the code to shutdown the application. |
CBRCaseBase |
preCycle()
Runs the precyle where typically cases are read and organized into a case base. |
void |
sequence1(CBRQuery query)
|
void |
sequence2(CBRQuery query,
UserChoice uc,
java.util.Collection<CBRCase> proposedCases)
|
void |
sequence3(UserChoice choice,
java.util.Collection<CBRCase> retrievedCases)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Houses11()
Method Detail |
---|
public void configure() throws ExecutionException
StandardCBRApplication
configure
in interface StandardCBRApplication
ExecutionException
public void cycle(CBRQuery query) throws ExecutionException
StandardCBRApplication
cycle
in interface StandardCBRApplication
ExecutionException
public void sequence1(CBRQuery query) throws ExecutionException
ExecutionException
public void sequence2(CBRQuery query, UserChoice uc, java.util.Collection<CBRCase> proposedCases) throws ExecutionException
ExecutionException
public void sequence3(UserChoice choice, java.util.Collection<CBRCase> retrievedCases) throws ExecutionException
ExecutionException
public void postCycle() throws ExecutionException
StandardCBRApplication
postCycle
in interface StandardCBRApplication
ExecutionException
public CBRCaseBase preCycle() throws ExecutionException
StandardCBRApplication
preCycle
in interface StandardCBRApplication
ExecutionException
public static void main(java.lang.String[] args)
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |