SRPEngagementFn |
appearance as argument number 1 |
![]() |
(documentation SRPEngagementFn EnglishLanguage "(SRPEngagementFn ?SRP) returns the number of RequestingHyperlinks from a SearchResultsPage where the destination is either ProductDescriptionPage or a ViewItemPage, over the number of SRPResults") | UXExperimentalTerms.kif 3717-3719 | |
(domain SRPEngagementFn 1 SearchResultsPage) | UXExperimentalTerms.kif 3711-3711 | |
(instance SRPEngagementFn UnaryFunction) | UXExperimentalTerms.kif 3709-3709 | |
(range SRPEngagementFn RealNumber) | UXExperimentalTerms.kif 3713-3713 |
appearance as argument number 2 |
![]() |
(format ChineseLanguage SRPEngagementFn "qualifying clicks 在 %1 ") | domainEnglishFormat.kif 4602-4602 | |
(format ChineseTraditionalLanguage SRPEngagementFn "qualifying clicks 在 %1 ") | domainEnglishFormat.kif 4601-4601 | |
(format EnglishLanguage SRPEngagementFn "qualifying clicks on %1") | domainEnglishFormat.kif 4600-4600 | |
(termFormat EnglishLanguage SRPEngagementFn "SRP Engagement") | UXExperimentalTerms.kif 3715-3715 |
consequent |
![]() |
(=> (and (instance ?PAGE SearchResultsPage) (instance ?RESULTS SRPResults) (component ?RESULTS ?PAGE)) (equal (DivisionFn (CardinalityFn (KappaFn ?CLICK (and (instance ?CLICK RequestingHyperlink) (patient ?CLICK ?ELEMENT) (destination ?CLICK ?LINKEDPAGE) (instance ?ELEMENT HypertextLink) (component ?ELEMENT ?PAGE) (or (instance ?LINKEDPAGE ProductDescriptionPage) (instance ?LINKEDPAGE ViewItemPage))))) (ListLengthFn ?RESULTS)) (SRPEngagementFn ?PAGE))) |
UXExperimentalTerms.kif 3721-3739 |
![]() |
![]() |