edu.ksu.cis.bnj.bbn.learning.score
Class BDEStructureScore

java.lang.Object
  extended byedu.ksu.cis.bnj.bbn.learning.LearnerScore
      extended byedu.ksu.cis.bnj.bbn.learning.StructureScore
          extended byedu.ksu.cis.bnj.bbn.learning.SimpleStructureScore
              extended byedu.ksu.cis.bnj.bbn.learning.score.BDEStructureScore

public class BDEStructureScore
extends SimpleStructureScore

BDE (Bayesian Dirichlet) Score is basically simple structure scorer with K2 as its underlying scoring engine. (Yes, K2 scoring engine is derived from Bayesian Dirichlet score)

Author:
Roby Joehanes

Field Summary
 
Fields inherited from class edu.ksu.cis.bnj.bbn.learning.StructureScore
baseScore
 
Fields inherited from class edu.ksu.cis.bnj.bbn.learning.LearnerScore
NO_CANDIDATES, owner, tally
 
Constructor Summary
BDEStructureScore(Learner l)
           
 
Methods inherited from class edu.ksu.cis.bnj.bbn.learning.SimpleStructureScore
getScore, getScore, initialize
 
Methods inherited from class edu.ksu.cis.bnj.bbn.learning.StructureScore
setBaseScore
 
Methods inherited from class edu.ksu.cis.bnj.bbn.learning.LearnerScore
getTallyer, setData, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BDEStructureScore

public BDEStructureScore(Learner l)
Parameters:
l -