net.sf.myra.cantminer.pittsburgh.dynamic
Class FunctionalPheromoneUpdater

java.lang.Object
  extended by net.sf.myra.cantminer.pittsburgh.dynamic.FunctionalPheromoneUpdater

public class FunctionalPheromoneUpdater
extends java.lang.Object

Author:
Fernando Esteban Barril Otero, Matthew Medland

Constructor Summary
FunctionalPheromoneUpdater()
           
 
Method Summary
 boolean hasConverged(net.sf.myra.framework.Graph<net.sf.myra.datamining.data.Term> graph, CandidateRuleList best)
           
 void initialize(net.sf.myra.framework.Graph<net.sf.myra.datamining.data.Term> graph)
           
 void update(CandidateRuleList candidate, net.sf.myra.framework.Graph<net.sf.myra.datamining.data.Term> graph)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionalPheromoneUpdater

public FunctionalPheromoneUpdater()
Method Detail

initialize

public void initialize(net.sf.myra.framework.Graph<net.sf.myra.datamining.data.Term> graph)

update

public void update(CandidateRuleList candidate,
                   net.sf.myra.framework.Graph<net.sf.myra.datamining.data.Term> graph)

hasConverged

public boolean hasConverged(net.sf.myra.framework.Graph<net.sf.myra.datamining.data.Term> graph,
                            CandidateRuleList best)


Copyright © 2013. All Rights Reserved.