ikbs.learning.decisionTree.elagage
Class TauxErreur

java.lang.Object
  extended by ikbs.learning.decisionTree.elagage.Elagage
      extended by ikbs.learning.decisionTree.elagage.TauxErreur

public class TauxErreur
extends Elagage


Field Summary
static double z
           
 
Fields inherited from class ikbs.learning.decisionTree.elagage.Elagage
TYPE_ELAGAGE
 
Constructor Summary
TauxErreur()
           
 
Method Summary
 double computeError(ArbreDecision ad)
           
 void computeTolerance(int i)
           
 boolean testElagage(ArbreDecision ad)
           
 
Methods inherited from class ikbs.learning.decisionTree.elagage.Elagage
choixElagage, elagage, elagageRec, estimeErreur, incrementeTolerance, tenteElagage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

z

public static double z
Constructor Detail

TauxErreur

public TauxErreur()
Method Detail

computeError

public double computeError(ArbreDecision ad)
Specified by:
computeError in class Elagage

testElagage

public boolean testElagage(ArbreDecision ad)
Specified by:
testElagage in class Elagage

computeTolerance

public void computeTolerance(int i)
Specified by:
computeTolerance in class Elagage