- OnlineEngineMixed - Class in edu.ucla.belief.ace
-
An OnlineEngine capable of answering repeated probabilistic queries for an
AC that has MIXED addition and maximization nodes, in addition to
multiplication nodes.
- OnlineEngineMixed(String, String) - Constructor for class edu.ucla.belief.ace.OnlineEngineMixed
-
Reads a literal map from the file having the first given name, reads an AC
from the file having the second given name, and constructs an online engine
linked to the read literal map and read AC.
- OnlineEngineMixed(BufferedReader, BufferedReader) - Constructor for class edu.ucla.belief.ace.OnlineEngineMixed
-
Reads a literal map from the first given reader, reads an AC from the
second given reader, and constructs an online engine linked to the read
literal map and read AC.
- OnlineEngineMop - Class in edu.ucla.belief.ace
-
An OnlineEngine capable of answering repeated max-of-product (MOP)
probabilistic queries efficiently.
- OnlineEngineMop(String, String, boolean, boolean) - Constructor for class edu.ucla.belief.ace.OnlineEngineMop
-
Reads a literal map from the file having the first given name, reads an AC
from the file having the second given name, and constructs an online engine
linked to the read literal map and read AC.
- OnlineEngineMop(BufferedReader, BufferedReader, boolean, boolean) - Constructor for class edu.ucla.belief.ace.OnlineEngineMop
-
Reads a literal map from the first given reader, reads an AC from the
second given reader, and constructs an online engine linked to the read
literal map and read AC.
- OnlineEngineSop - Class in edu.ucla.belief.ace
-
An OnlineEngine capable of answering repeated sum-of-product (SOP)
probabilistic queries efficiently.
- OnlineEngineSop(String, String, boolean) - Constructor for class edu.ucla.belief.ace.OnlineEngineSop
-
Reads a literal map from the file having the first given name, reads an AC
from the file having the second given name, and constructs an online engine
linked to the read literal map and read AC.
- OnlineEngineSop(BufferedReader, BufferedReader, boolean) - Constructor for class edu.ucla.belief.ace.OnlineEngineSop
-
Reads a literal map from the first given reader, reads an AC from the
second given reader, and constructs an online engine linked to the read
literal map and read AC.
- parmCommit(int, int, double) - Method in class edu.ucla.belief.ace.Evidence
-
Redefines the value of the parameter defined by the given potential and
given position.
- parmRetract(int, int) - Method in class edu.ucla.belief.ace.Evidence
-
Retracts any redefinition of the value of the parameter defined by the
given potential and given position.
- potMarginals(int) - Method in class edu.ucla.belief.ace.OnlineEngineMop
-
For each position p of the given network potential, returns p's marginal or
Double.NaN if the position is not a query position.
- potMarginals(int) - Method in class edu.ucla.belief.ace.OnlineEngineSop
-
For each position p of the given network potential, returns p's marginal or
Double.NaN if p is not a query position.
- potPartials(int) - Method in class edu.ucla.belief.ace.OnlineEngineMop
-
For each position p of the given network potential, returns the partial
derivative of the restricted AC with respect to x's parameter or
Double.NaN if the position is not a query position.
- potPartials(int) - Method in class edu.ucla.belief.ace.OnlineEngineSop
-
For each position p of the given network potential, returns the partial
derivative of the AC with respect to the p's parameter or Double.NaN if the
position is not a query position.
- potPosteriors(int) - Method in class edu.ucla.belief.ace.OnlineEngineMop
-
For each position p of the given network potential, returns p's posterior
or Double.NaN if p is not a query position.
- potPosteriors(int) - Method in class edu.ucla.belief.ace.OnlineEngineSop
-
For each position p of the given network potential, returns p's posterior
or Double.NaN if p is not a query position.
- valCommit(int, int, double) - Method in class edu.ucla.belief.ace.Evidence
-
Redefines the weight of the indicator defined by the given variable and
value to the given weight.
- valRetract(int, int) - Method in class edu.ucla.belief.ace.Evidence
-
Sets the weight of the indicator defined by the given variable and value
to its default weight.
- varCommit(int, int) - Method in class edu.ucla.belief.ace.Evidence
-
Commits the given variable to the given value.
- varMarginals(int) - Method in class edu.ucla.belief.ace.OnlineEngineMop
-
For each value x of the given network variable, returns x's marginal or
Double.NaN if x is not a query value.
- varMarginals(int) - Method in class edu.ucla.belief.ace.OnlineEngineSop
-
For each value x of the given network variable, returns x's marginal P(x,e)
or Double.NaN if the value is not a query value.
- varPartials(int) - Method in class edu.ucla.belief.ace.OnlineEngineMop
-
For each value x of the given network variable, returns the partial
derivative of the restricted AC with respect to the x's indicator or
Double.NaN if the value is not a query value.
- varPartials(int) - Method in class edu.ucla.belief.ace.OnlineEngineSop
-
For each value x of the given network variable, returns the partial
derivative of the AC with respect to the x's indicator or Double.NaN if
the value is not a query value.
- varPosteriors(int) - Method in class edu.ucla.belief.ace.OnlineEngineMop
-
For each value x of the given network variable, returns x's posterior or
Double.NaN if x is not a query value.
- varPosteriors(int) - Method in class edu.ucla.belief.ace.OnlineEngineSop
-
For each value x of the given network variable, returns x's posterior
P(x|e) or Double.NaN if the value is not a query value.
- varRetract(int) - Method in class edu.ucla.belief.ace.Evidence
-
Retracts evidence on the given variable.