Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ClickThroughRateFn
ClickThroughRateFn

appearance as argument number 1
-------------------------


(documentation ClickThroughRateFn EnglishLanguage "(clickThroughRateFn ?VISITS ?HYPERLINK) returns the RealNumber that represents the number of times users click ?HYPERLINK divided by the number of AccessingWebPages in ?VISITS") UXExperimentalTerms.kif 3329-3331
(domain ClickThroughRateFn 1 Collection) UXExperimentalTerms.kif 3335-3335 Le nombre 1 argument de ClickThroughRateFn est une instance de collection
(domain ClickThroughRateFn 2 HypertextLink) UXExperimentalTerms.kif 3337-3337 Le nombre 2 argument de ClickThroughRateFn est une instance de HypertextLink
(instance ClickThroughRateFn BinaryFunction) UXExperimentalTerms.kif 3327-3327 ClickThroughRateFn est une instance de fonction binaire
(range ClickThroughRateFn RealNumber) UXExperimentalTerms.kif 3339-3339 Le domaine de ClickThroughRateFn est une instance de nombre r�el

appearance as argument number 2
-------------------------


(format ChineseLanguage ClickThroughRateFn "点击通过 %2 的 rate 在 %1 ") domainEnglishFormat.kif 3010-3010
(format ChineseTraditionalLanguage ClickThroughRateFn "點擊通過 %2 的 rate 在 %1 ") domainEnglishFormat.kif 3009-3009
(format EnglishLanguage ClickThroughRateFn "the rate of clicking through %2 in %1") domainEnglishFormat.kif 3008-3008
(termFormat EnglishLanguage ClickThroughRateFn "click-through rate") UXExperimentalTerms.kif 3333-3333

consequent
-------------------------


(=>
    (and
        (instance ?VISITS Collection)
        (instance ?HYPERLINK HypertextLink)
        (forall (?ACCESSING)
            (and
                (member ?ACCESSING ?PAGE)
                (and
                    (instance ?ACCESSING AccessingWebPage)
                    (component ?PAGE ?HYPERLINK)))))
    (exists (?CLICKS)
        (and
            (instance ?CLICKS Collection)
            (forall (?CLICK)
                (=>
                    (and
                        (instance ?CLICK RequestingHyperlink)
                        (patient ?CLICK ?HYPERLINK))
                    (member ?CLICK ?CLICKS)))
            (equal
                (ClickThroughRateFn ?VISITS ?HYPERLINK)
                (DivisionFn
                    (CardinalityFn ?CLICKS)
                    (CardinalityFn ?VISITS))))))
UXExperimentalTerms.kif 3341-3364


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners