org.processmining.mining.geneticmining.analysis
Class Performance

java.lang.Object
  extended by org.processmining.mining.geneticmining.analysis.Performance

public class Performance
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
not attributable

Constructor Summary
Performance(Fitness fit, java.util.HashSet pop)
           
 
Method Summary
 java.lang.StringBuffer getBestIndividuals()
           
 double getBFE()
           
 double getMBF()
           
 double getNumRunsBFE()
           
 double getNumRunsWFE()
           
 double getWFE()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Performance

public Performance(Fitness fit,
                   java.util.HashSet pop)
Method Detail

getNumRunsBFE

public double getNumRunsBFE()

getNumRunsWFE

public double getNumRunsWFE()

getMBF

public double getMBF()

getBFE

public double getBFE()

getWFE

public double getWFE()

getBestIndividuals

public java.lang.StringBuffer getBestIndividuals()