ikbs.learning.decisionTree.elagage
Class Elagage
java.lang.Object
ikbs.learning.decisionTree.elagage.Elagage
- Direct Known Subclasses:
- TauxErreur
public abstract class Elagage
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_ELAGAGE
public static int TYPE_ELAGAGE
Elagage
public Elagage()
computeError
public abstract double computeError(ArbreDecision ad)
computeTolerance
public abstract void computeTolerance(int i)
testElagage
public abstract boolean testElagage(ArbreDecision ad)
choixElagage
public static Elagage choixElagage()
estimeErreur
public static double estimeErreur(ArbreDecision ad)
incrementeTolerance
public static void incrementeTolerance(int i)
elagage
public static void elagage(ArbreDecision ad)
elagageRec
public static void elagageRec(ArbreDecision ad)
tenteElagage
public static boolean tenteElagage(ArbreDecision ad)