edu.ksu.cis.bnj.bbn.learning.scorebased.wrappers.gawk
Class GAWKFitness

java.lang.Object
  extended byedu.ksu.cis.bnj.bbn.learning.scorebased.wrappers.gawk.GAWKFitness
All Implemented Interfaces:
Fitness

public class GAWKFitness
extends java.lang.Object
implements Fitness

Author:
Roby Joehanes

Field Summary
protected  InferenceResult actualResult
           
protected  int attributeSize
           
protected  GAWK owner
           
protected  Tally tally
           
 
Constructor Summary
GAWKFitness(GAWK g)
           
 
Method Summary
 double getFitness(Chromosome c)
           
protected  void precache()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owner

protected GAWK owner

tally

protected Tally tally

actualResult

protected InferenceResult actualResult

attributeSize

protected int attributeSize
Constructor Detail

GAWKFitness

public GAWKFitness(GAWK g)
Method Detail

precache

protected void precache()

getFitness

public double getFitness(Chromosome c)
Specified by:
getFitness in interface Fitness
See Also:
Fitness.getFitness(edu.ksu.cis.kdd.ga.Chromosome)