aima.probability
Class EnumerationAsk

java.lang.Object
  extended by aima.probability.EnumerationAsk

public class EnumerationAsk
extends java.lang.Object


Constructor Summary
EnumerationAsk()
           
 
Method Summary
static double[] ask(Query q, BayesNet net)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumerationAsk

public EnumerationAsk()
Method Detail

ask

public static double[] ask(Query q,
                           BayesNet net)