Browsing Interface
: Welcome guest :
log in
[
Home
| 
Graph
|  ]
KB:
SUMO
Language:
ChineseLanguage
ChinesePinyinWriting
ChineseSimplifiedWriting
ChineseTraditionalLanguage
EnglishLanguage
FrenchLanguage
GermanLanguage
JapaneseLanguage
SpanishLanguage
SwedishLanguage
Formal Language:
OWL
SUO-KIF
TPTP
traditionalLogic
KB Term:
Term intersection
English Word:
Any
Noun
Verb
Adjective
Adverb
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
AccessingWebPage
s in ?VISITS")
UXExperimentalTerms.kif 3527-3529
(
domain
ClickThroughRateFn
1
Collection
)
UXExperimentalTerms.kif 3533-3533
(
domain
ClickThroughRateFn
2
HypertextLink
)
UXExperimentalTerms.kif 3535-3535
(
instance
ClickThroughRateFn
BinaryFunction
)
UXExperimentalTerms.kif 3525-3525
(
range
ClickThroughRateFn
RealNumber
)
UXExperimentalTerms.kif 3537-3537
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 3531-3531
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 3539-3562
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