org.dllearner.algorithms.isle
Class NLPHeuristic

java.lang.Object
  extended by org.dllearner.algorithms.isle.NLPHeuristic
All Implemented Interfaces:
Comparator<OENode>

public class NLPHeuristic
extends Object
implements Comparator<OENode>

TODO: NLP-Heuristiken in Statistik integrieren

Author:
Jens Lehmann

Constructor Summary
NLPHeuristic()
           
 
Method Summary
 int compare(OENode node1, OENode node2)
           
 double getExpansionPenaltyFactor()
           
 double getNodeScore(OENode node)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

NLPHeuristic

public NLPHeuristic()
Method Detail

compare

public int compare(OENode node1,
                   OENode node2)
Specified by:
compare in interface Comparator<OENode>

getNodeScore

public double getNodeScore(OENode node)

getExpansionPenaltyFactor

public double getExpansionPenaltyFactor()


SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann