net.sf.myra.datamining.function
Class KlosgenFunction

java.lang.Object
  extended by net.sf.myra.datamining.AbstractObjectiveFunction
      extended by net.sf.myra.datamining.function.KlosgenFunction
All Implemented Interfaces:
net.sf.myra.framework.ObjectiveFunction

public class KlosgenFunction
extends AbstractObjectiveFunction

This class implements the Klosgen rule evaluation function.

Author:
Matthew Medland

Field Summary
static java.lang.String OMEGA
           
 
Constructor Summary
KlosgenFunction(Dataset dataset)
          Default constructor.
KlosgenFunction(Dataset dataset, double omega)
          Construction with parameter.
 
Method Summary
 net.sf.myra.framework.Cost evaluate(net.sf.myra.framework.Trail trail)
           
 
Methods inherited from class net.sf.myra.datamining.AbstractObjectiveFunction
getDataset, setDataset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OMEGA

public static final java.lang.String OMEGA
See Also:
Constant Field Values
Constructor Detail

KlosgenFunction

public KlosgenFunction(Dataset dataset)
Default constructor.

Parameters:
dataset - the dataset used in the evaluation.

KlosgenFunction

public KlosgenFunction(Dataset dataset,
                       double omega)
Construction with parameter.

Parameters:
dataset - the dataset used in the evaluation.
omega - the omega value to be used
Method Detail

evaluate

public net.sf.myra.framework.Cost evaluate(net.sf.myra.framework.Trail trail)


Copyright © 2013. All Rights Reserved.