Class Summary |
BIF_Parser |
A NENOK parser implementation that parses JavaBayes BIF files. |
Chart |
This SWING composite extension represents probability potentials
in a graphical way, i.e. as charts. |
DNET_Parser |
A NENOK parser implementation that parses DNET files. |
Potential |
Probability potential are an example of a valuation algebra and this
class offers a possible implementation of the valuation interface for
the case of probability potentials. |
PP_Parser |
This class provides a XML parser implementation for probability potentials. |
PP_Predictor |
A weight predictor for probability potentials implemented as
a SINGLETON design pattern. |
PP_Variable |
This implementation of the DF_Variable interface represents
variables as simple strings. |
Probability |
This class represents probabilities as dividable semiring element. |
SRPotential |
Probability potential are an example of a scaled semiring induced valuation algebra
and this class offers a possible implementation by extending the ScaledSRValuation
class. |