edu.ksu.cis.bnj.bbn.learning
Class StructureScore

java.lang.Object
  extended byedu.ksu.cis.bnj.bbn.learning.LearnerScore
      extended byedu.ksu.cis.bnj.bbn.learning.StructureScore
Direct Known Subclasses:
SimpleStructureScore

public abstract class StructureScore
extends LearnerScore

Author:
Roby Joehanes

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

Field Detail

baseScore

protected LearnerScore baseScore
Constructor Detail

StructureScore

public StructureScore(Learner l)
Parameters:
l -

StructureScore

public StructureScore(Learner l,
                      LearnerScore base)
Parameters:
l -
Method Detail

setBaseScore

public void setBaseScore(LearnerScore baseScore)
Sets the baseScore.

Parameters:
baseScore - The baseScore to set