A B C D E G H I L M N P S T W

A

accept(File) - Method in class ppotentials.BIF_Parser
 
accept(File) - Method in class ppotentials.DNET_Parser
 
add(Element) - Method in class ppotentials.Probability
 

B

BIF_Parser - Class in ppotentials
A NENOK parser implementation that parses JavaBayes BIF files.
BIF_Parser() - Constructor for class ppotentials.BIF_Parser
 
BIF_Parser.BIFException - Exception in ppotentials
Exception class for BIF parsing.
BIF_Parser.BIFException(String) - Constructor for exception ppotentials.BIF_Parser.BIFException
Constructor:
BIF_Parser.BIFException(String, String) - Constructor for exception ppotentials.BIF_Parser.BIFException
Constructor:

C

Chart - Class in ppotentials
This SWING composite extension represents probability potentials in a graphical way, i.e. as charts.
Chart(Potential) - Constructor for class ppotentials.Chart
Constructor:
Chart(SRPotential) - Constructor for class ppotentials.Chart
Constructor:
combine(Valuation) - Method in class ppotentials.Potential
 

D

displayChart() - Method in class ppotentials.Potential
Displays the current potential as a chart.
displayChart() - Method in class ppotentials.SRPotential
Displays the current potential as a chart.
displayText() - Method in class ppotentials.Potential
 
DNET_Parser - Class in ppotentials
A NENOK parser implementation that parses DNET files.
DNET_Parser() - Constructor for class ppotentials.DNET_Parser
 
DNET_Parser.DNETException - Exception in ppotentials
Exception class for DNET parsing.
DNET_Parser.DNETException(String) - Constructor for exception ppotentials.DNET_Parser.DNETException
Constructor:
DNET_Parser.DNETException(String, String) - Constructor for exception ppotentials.DNET_Parser.DNETException
Constructor:

E

equals(Object) - Method in class ppotentials.Potential
 
equals(Object) - Method in class ppotentials.PP_Variable
 
equals(Object) - Method in class ppotentials.Probability
 
equals(Potential) - Method in class ppotentials.SRPotential
Comparaison between the two implementation of probability potentials.

G

getConfigurations() - Method in class ppotentials.SRPotential
 
getElements() - Method in class ppotentials.SRPotential
 
getFrame() - Method in class ppotentials.PP_Variable
 
getInstance() - Static method in class ppotentials.PP_Predictor
 
getProbabilities() - Method in class ppotentials.Potential
 
getSymbolIndex(int, int) - Method in class ppotentials.Potential
This method returns the index of the variable's value at a specifique configuration.
getValue() - Method in class ppotentials.Probability
 
getVariables() - Method in class ppotentials.Potential
 

H

hashCode() - Method in class ppotentials.PP_Variable
 

I

inverse() - Method in class ppotentials.Potential
 
inverse() - Method in class ppotentials.Probability
 

L

label() - Method in class ppotentials.Potential
 

M

marginalize(Domain) - Method in class ppotentials.Potential
 
multiply(Element) - Method in class ppotentials.Probability
 

N

numericTest(double, double) - Static method in class ppotentials.Probability
This test compares two numeric double values on equality.

P

paint(Graphics) - Method in class ppotentials.Chart
 
parse(File) - Method in class ppotentials.BIF_Parser
 
parse(File) - Method in class ppotentials.DNET_Parser
 
parseValuation(List<Element>, Hashtable<String, Variable>) - Method in class ppotentials.PP_Parser
 
parseVariable(String, List<Element>) - Method in class ppotentials.PP_Parser
 
Potential - Class in ppotentials
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.
Potential(PP_Variable, double[]) - Constructor for class ppotentials.Potential
Constructor:
Potential(PP_Variable, PP_Variable[], double[]) - Constructor for class ppotentials.Potential
Constructor:
Potential(PP_Variable[], double[]) - Constructor for class ppotentials.Potential
Private constructor: Sets instance fields and performs dimension check.
PP_Parser - Class in ppotentials
This class provides a XML parser implementation for probability potentials.
PP_Parser() - Constructor for class ppotentials.PP_Parser
 
PP_Predictor - Class in ppotentials
A weight predictor for probability potentials implemented as a SINGLETON design pattern.
PP_Variable - Class in ppotentials
This implementation of the DF_Variable interface represents variables as simple strings.
PP_Variable(String, String[]) - Constructor for class ppotentials.PP_Variable
Constructor:
ppotentials - package ppotentials
 
predict(Domain) - Method in class ppotentials.PP_Predictor
 
predictor() - Method in class ppotentials.Potential
 
Probability - Class in ppotentials
This class represents probabilities as dividable semiring element.
Probability(double) - Constructor for class ppotentials.Probability
Constructor:

S

scale() - Method in class ppotentials.Potential
 
SRPotential - Class in ppotentials
Probability potential are an example of a scaled semiring induced valuation algebra and this class offers a possible implementation by extending the ScaledSRValuation class.
SRPotential() - Constructor for class ppotentials.SRPotential
Constructor:
SRPotential(PP_Variable, double[]) - Constructor for class ppotentials.SRPotential
Constructor:
SRPotential(PP_Variable, PP_Variable[], double[]) - Constructor for class ppotentials.SRPotential
Constructor:

T

toString() - Method in class ppotentials.Potential
 
toString() - Method in class ppotentials.PP_Variable
Converts the current variable to a string.
toString() - Method in class ppotentials.Probability
 

W

weight() - Method in class ppotentials.Potential
 

A B C D E G H I L M N P S T W