nTo query CPF: construct hash table
nExample
¨Let a and b be the parents of node c
¨Let all nodes be Boolean
¨To query content of CPT entry for (a = true, b = true, c = false):
Hashtable t = new Hashtable();
t.put(“a”, “true”); t.put(“b”, “true”); t.put(“c”, “false”);
double value = c.query(t);
nNote: BBNCPF to become obsolete (v2.2b, v2.3)