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 3321-3323
(domain ClickThroughRateFn 1 Collection) UXExperimentalTerms.kif 3327-3327 ClickThroughRateFn 的 1 数量 是 群体instance
(domain ClickThroughRateFn 2 HypertextLink) UXExperimentalTerms.kif 3329-3329 ClickThroughRateFn 的 2 数量 是 HypertextLinkinstance
(instance ClickThroughRateFn BinaryFunction) UXExperimentalTerms.kif 3319-3319 ClickThroughRateFn二元函数instance
(range ClickThroughRateFn RealNumber) UXExperimentalTerms.kif 3331-3331 ClickThroughRateFnrange实数 的实例

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