BestMatchAlgorithm |
appearance as argument number 1 |
![]() |
(documentation BestMatchAlgorithm EnglishLanguage "A Procedure that hasPurpose of there being a SearchEngine that is its agent, a SearchQuery which is its patient SRPResults being its agent.") | UXExperimentalTerms.kif 2481-2483 | |
(subclass BestMatchAlgorithm Procedure) | UXExperimentalTerms.kif 2479-2479 |
appearance as argument number 2 |
![]() |
(termFormat EnglishLanguage BestMatchAlgorithm "best match sort") | UXExperimentalTerms.kif 2485-2485 |
antecedent |
![]() |
(=> (instance ?BM BestMatchAlgorithm) (hasPurpose ?BM (exists (?QUERY ?SEARCHATTEMPT ?OBJECT ?AGENT) (and (instance ?QUERY SearchQuery) (instance ?SEARCHATTEMPT SearchAttempt) (represents ?QUERY ?SEARCHATTEMPT) (patient ?BM ?QUERY) (instance ?AGENT Agent) (patient ?SEARCHATTEMPT ?OBJECT) (agent ?SEARCHATTEMPT ?AGENT))))) |
UXExperimentalTerms.kif 2511-2522 | |
(=> (instance ?BM BestMatchAlgorithm) (hasPurpose ?BM (exists (?RESULT) (and (instance ?RESULT SRPResults) (result ?BM ?RESULT))))) |
UXExperimentalTerms.kif 2503-2509 | |
(=> (instance ?BM BestMatchAlgorithm) (hasPurpose ?BM (exists (?SEARCHENGINE) (and (instance ?SEARCHENGINE SearchEngine) (agent ?BM ?SEARCHENGINE))))) |
UXExperimentalTerms.kif 2487-2493 | |
(=> (instance ?BM BestMatchAlgorithm) (hasPurpose ?BM (exists (?SearchQuery) (and (instance ?SearchQuery SearchQuery) (patient ?BM ?SearchQuery))))) |
UXExperimentalTerms.kif 2495-2501 |
consequent |
![]() |
(=> (and (instance ?SEO SEO) (patient ?SEO ?PAGE)) (hasPurpose ?SEO (exists (?SRPRESULT_BEFORE ?SRPRESULT_AFTER ?BM1 ?BM2) (and (instance ?SRPRESULT_BEFORE SRPResults) (instance ?SRPRESULT_AFTER SRPResults) (equal ?PAGE (ListOrderFn ?SRPRESULT_BEFORE ?BEFORE)) (equal ?PAGE (ListOrderFn ?SRPRESULT_AFTER ?AFTER)) (instance ?BM1 BestMatchAlgorithm) (instance ?BM2 BestMatchAlgorithm) (earlier (WhenFn ?BM1) (WhenFn ?BM2)) (earlier (WhenFn ?SEO) (WhenFn ?BM2)) (earlier (WhenFn ?BM1) (WhenFn ?SEO)) (greaterThan ?BEFORE ?AFTER))))) |
UXExperimentalTerms.kif 2598-2614 | |
(=> (instance ?RESULTS SRPResults) (exists (?BM) (and (instance ?BM BestMatchAlgorithm) (result ?BM ?RESULTS)))) |
UXExperimentalTerms.kif 2686-2691 |
![]() |
![]() |