Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
P
R
S
T
U
V
T
TaxoParser
- Class in
umbc.ebiquity.BayesOWL.parser
TaxoParser.java is built for extracting taxonomies from an OWL ontology.
To use OWL2BN, the directory of the OWL file is needed.
See paper:
BayesOWL: Uncertainty Modeling in Semantic Web Ontologies
Zhongli Ding, Yun Peng, Rong Pan
TaxoParser(String)
- Constructor for class umbc.ebiquity.BayesOWL.parser.
TaxoParser
Constructor.
TOP_LEFT
- Static variable in class com.swtdesigner.
SWTResourceManager
Style constant for placing decorator image in top left corner of base image.
TOP_RIGHT
- Static variable in class com.swtdesigner.
SWTResourceManager
Style constant for placing decorator image in top right corner of base image.
toString()
- Method in class umbc.ebiquity.BayesOWL.commonDefine.
ConditionalConstraint
Override toString method.
toString()
- Method in class umbc.ebiquity.BayesOWL.commonDefine.
CondProbDistribution
Override toString method.
toString()
- Method in class umbc.ebiquity.BayesOWL.commonDefine.
JointProbDistribution
Override the toString method.
toString()
- Method in class umbc.ebiquity.BayesOWL.commonDefine.
MarginalConstraint
Override toString method.
toString()
- Method in class umbc.ebiquity.BayesOWL.commonDefine.
MultiDimensionalArray
Override toString method.
toString()
- Method in class umbc.ebiquity.BayesOWL.commonDefine.
RandomVariable
Override method toString Gets a string representation of the random variable.
TotalVariance
- Class in
umbc.ebiquity.BayesOWL.commonMethod
This class provides method to compute the total variance between two joint probability distributions.
Definition of total variance:
|P-Q| = sum_over_all_X's assignments{|P(x)-Q(x)|}
|P-Q| = |Q-P|
Assume P(X) and Q(X) are valid distributions, w.r.t our implementation here.
TotalVariance(JointProbDistribution, JointProbDistribution)
- Constructor for class umbc.ebiquity.BayesOWL.commonMethod.
TotalVariance
Constructs a new class for total variance.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
P
R
S
T
U
V