Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
E
I
L
M
N
P
S
T
W
C
clone()
- Method in class sdf.
SDF
Clones this SDF.
combine(Valuation)
- Method in class sdf.
SDF
Combines this SDF with val and returns a new SDF object.
E
equals(Object)
- Method in class sdf.
SDF
Compares SDFs for equality.
extension(Domain)
- Method in class sdf.
SDF
Calculates the vacuous extension of this SDF to the specified domain.
I
inverse()
- Method in class sdf.
SDF
L
label()
- Method in class sdf.
SDF
Returns the domain of this SDF.
M
marginalize(Domain)
- Method in class sdf.
SDF
Marginalizes this SDF to the domain dom.
N
numericTest(double, double)
- Static method in class sdf.
SDF
This test compares two numeric double values on equality.
P
parseValuation(List<Element>, Hashtable<String, Variable>)
- Method in class sdf.
SDF_Parser
parseVariable(String, List<Element>)
- Method in class sdf.
SDF_Parser
predict(Domain)
- Method in class sdf.
SDF.SDF_Predictor
predictor()
- Method in class sdf.
SDF
S
scale()
- Method in class sdf.
SDF
sdf
- package sdf
SDF
- Class in
sdf
Shortest distance functions are an example of a valuation algebra and this class is a possible implementation of the valuation interface for the case of shortest distance functions.
SDF(FiniteVariable[], double[][])
- Constructor for class sdf.
SDF
Constructor:
SDF(FiniteVariable[], Hashtable<FiniteVariable, Hashtable<FiniteVariable, Double>>)
- Constructor for class sdf.
SDF
Constructor:
SDF.SDF_Predictor
- Class in
sdf
A weight predictor for distance functions implemented with the SINGLETON design pattern.
SDF.SDF_Predictor()
- Constructor for class sdf.
SDF.SDF_Predictor
SDF_Parser
- Class in
sdf
This class provides a XML parser implementation for distance functions.
SDF_Parser()
- Constructor for class sdf.
SDF_Parser
T
toString()
- Method in class sdf.
SDF
W
weight()
- Method in class sdf.
SDF
C
E
I
L
M
N
P
S
T
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes