org.processmining.mining.geneticmining.analysis.duplicates
Class FitnessReport

java.lang.Object
  extended by org.processmining.mining.geneticmining.analysis.duplicates.FitnessReport

public class FitnessReport
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
not attributable

Constructor Summary
FitnessReport(LogReader log, HeuristicsNet net, int indexFitnessType)
           
 
Method Summary
 double getFitness()
           
 HeuristicsNet getNet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FitnessReport

public FitnessReport(LogReader log,
                     HeuristicsNet net,
                     int indexFitnessType)
Method Detail

getFitness

public double getFitness()

getNet

public HeuristicsNet getNet()