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

Formal Language: 



KB Term:  Term intersection
English Word: 

  ClickThroughRateFn

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 3321-3323
(domain ClickThroughRateFn 1 Collection) UXExperimentalTerms.kif 3327-3327 Le nombre 1 argument de ClickThroughRateFn est une instance de collection
(domain ClickThroughRateFn 2 HypertextLink) UXExperimentalTerms.kif 3329-3329 Le nombre 2 argument de ClickThroughRateFn est une instance de HypertextLink
(instance ClickThroughRateFn BinaryFunction) UXExperimentalTerms.kif 3319-3319 ClickThroughRateFn est une instance de fonction binaire
(range ClickThroughRateFn RealNumber) UXExperimentalTerms.kif 3331-3331 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 3325-3325

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 3333-3356


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

Show without tree


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