nl.liacs.subdisc
Class Bayesian

java.lang.Object
  extended by nl.liacs.subdisc.Bayesian

public class Bayesian
extends java.lang.Object


Constructor Summary
Bayesian(BinaryTable theTable)
           
Bayesian(BinaryTable theTable, java.util.List<Column> theTargets)
           
 
Method Summary
 void climb()
           
 DAG getDAG()
           
 double rcar(int r)
           
 void test()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bayesian

public Bayesian(BinaryTable theTable,
                java.util.List<Column> theTargets)

Bayesian

public Bayesian(BinaryTable theTable)
Method Detail

getDAG

public DAG getDAG()

test

public void test()

climb

public void climb()

rcar

public double rcar(int r)