Work in progress.
Able to read short survey, recipe book but crashing in Bayes Net code.
This commit is contained in:
@@ -27,8 +27,8 @@ public class EnumerateAll {
|
||||
* a set of assignments in this net.
|
||||
* @return
|
||||
*/
|
||||
public static LinkedList<ProbabilityAssignment> enumerateAsk(
|
||||
Variable query, BayesNet net, LinkedList<Assignment> assignments) {
|
||||
public static List<ProbabilityAssignment> enumerateAsk(
|
||||
Variable query, BayesNet net, List<Assignment> assignments) {
|
||||
LinkedList<Variable> variables = net.getVariables();
|
||||
LinkedList<ProbabilityAssignment> result = new LinkedList<ProbabilityAssignment>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user