Uses of Class
ikbs.learning.decisionTree.ArbreDecision

Packages that use ArbreDecision
ikbs.graphics   
ikbs.kbServer   
ikbs.learning   
ikbs.learning.decisionTree   
ikbs.learning.decisionTree.elagage   
ikbs.learning.graph   
ikbs.learning.identification   
ikbs.learning.induction   
ikbs.server.xml   
 

Uses of ArbreDecision in ikbs.graphics
 

Fields in ikbs.graphics declared as ArbreDecision
protected  ArbreDecision KnowledgeManager.ad
           
 

Methods in ikbs.graphics that return ArbreDecision
 ArbreDecision KnowledgeManager.getAd()
           
 

Methods in ikbs.graphics with parameters of type ArbreDecision
 void KnowledgeManager.setAd(ArbreDecision ad)
           
 

Uses of ArbreDecision in ikbs.kbServer
 

Fields in ikbs.kbServer declared as ArbreDecision
 ArbreDecision KBServer.ad
           
 

Uses of ArbreDecision in ikbs.learning
 

Fields in ikbs.learning declared as ArbreDecision
protected  ArbreDecision LearningApplet.ad
           
 

Methods in ikbs.learning with parameters of type ArbreDecision
 void LearningApplet.recentre(ArbreDecision ad)
          On recentre sur le noeud sélectionné
 void LearningApplet.updateQuestion(ArbreDecision ad, boolean b)
           
 void LearningApplet.updateTree(ArbreDecision oldNode, ArbreDecision ad)
          Remplacement d'un noeud de l'arbre par un autre
 

Uses of ArbreDecision in ikbs.learning.decisionTree
 

Subclasses of ArbreDecision in ikbs.learning.decisionTree
 class FeuilleDecision
           
 class NoeudDecision
           
 class NoeudInfo
           
 class VideDecision
           
 

Fields in ikbs.learning.decisionTree declared as ArbreDecision
protected  ArbreDecision ArbreDecision.pere
           
 

Methods in ikbs.learning.decisionTree that return ArbreDecision
 ArbreDecision NoeudDecision.branches(int i)
          Acc?
 ArbreDecision NoeudInfo.developper(ModeleInductif mi)
           
 ArbreDecision NoeudDecision.genererSousArbre()
          Pour générer un nouveau sous-arbre en choisissant l'attribut en deuxi?
 ArbreDecision NoeudDecision.genererSousArbre(java.util.Vector lesCas)
          Pour générer un nouveau sous-arbre Le sous-arbre est généré à partir des cas passés en param?
 ArbreDecision FeuilleDecision.genererSousArbreTaxo()
           
 ArbreDecision ArbreDecision.pere()
           
 ArbreDecision ArbreDecision.racine()
           
 

Methods in ikbs.learning.decisionTree with parameters of type ArbreDecision
 void NoeudDecision.addBranch(ArbreDecision node)
          Pour rajouter une branche
 void NoeudDecision.removeBranch(ArbreDecision oldTree)
          Pour effacer une branche
 void NoeudDecision.replaceBranch(ArbreDecision oldTree, ArbreDecision newTree)
          Pour substituer une branche par une autre
 void ArbreDecision.setPere(ArbreDecision pere)
           
 

Uses of ArbreDecision in ikbs.learning.decisionTree.elagage
 

Methods in ikbs.learning.decisionTree.elagage with parameters of type ArbreDecision
 double TauxErreur.computeError(ArbreDecision ad)
           
abstract  double Elagage.computeError(ArbreDecision ad)
           
static void Elagage.elagage(ArbreDecision ad)
           
static void Elagage.elagageRec(ArbreDecision ad)
           
static double Elagage.estimeErreur(ArbreDecision ad)
           
static boolean Elagage.tenteElagage(ArbreDecision ad)
           
 boolean TauxErreur.testElagage(ArbreDecision ad)
           
abstract  boolean Elagage.testElagage(ArbreDecision ad)
           
 

Uses of ArbreDecision in ikbs.learning.graph
 

Fields in ikbs.learning.graph declared as ArbreDecision
protected  ArbreDecision DecisionTreeNodeEditor.ad
           
protected  ArbreDecision NoeudDecisionGraph.arbre
           
protected  ArbreDecision PanelQuestion.arbreDecision
           
 

Methods in ikbs.learning.graph that return ArbreDecision
 ArbreDecision DecisionTreeNodeEditor.arbreDecision()
           
 ArbreDecision NoeudDecisionGraph.arbreDecision()
          Accès à l'arbreDecision
 

Methods in ikbs.learning.graph with parameters of type ArbreDecision
 NoeudDecisionGraph DecisionToGraph.asGraphic(ArbreDecision ad)
           
 void DecisionTreeViewer.creerArbre(ArbreDecision ad)
           
 void DecisionTreeEditor.creerArbre(ArbreDecision ad)
           
 Noeud DecisionTreeViewer.creerNoeud(ArbreDecision ad)
           
 void DecisionTreeEditor.recentre(ArbreDecision ad)
           
 void DecisionTreeViewer.select(ArbreDecision ad)
           
 void DecisionTreeViewer.selectRec(ArbreDecision ad, boolean b)
           
 void NoeudDecisionGraph.setArbreDecision(ArbreDecision ad)
          affectation de l'arbreDecision
 void DecisionTreeViewer.unSelect(ArbreDecision ad)
           
 void PanelQuestion.updateQuestion(ArbreDecision ad)
          Mise à jour de la question
 void DecisionTreeEditor.updateQuestion(ArbreDecision ad, boolean b)
          update de la question sans recentrage sur le noeud de décision courant si b, on recentre l'arbre
 void DecisionTreeContainer.updateQuestion(ArbreDecision ad, boolean b)
          Pour mettre à jour la question lorsqqu'un changement de noeud est survenu
 void DecisionTreeViewer.updateTree(ArbreDecision ad)
          Pour afficher un nouvel arbre de décision
 void DecisionTreeViewer.updateTree(ArbreDecision oldNode, ArbreDecision newNode)
          Pour remplacer oldNode par newNode
 void DecisionTreeEditor.updateTree(ArbreDecision oldNode, ArbreDecision ad)
          Substitution d'un noeud par un autre
 void DecisionTreeContainer.updateTree(ArbreDecision oldNode, ArbreDecision ad)
          Remplacement d'un noeud de l'arbre par un autre
 

Constructors in ikbs.learning.graph with parameters of type ArbreDecision
DecisionTreeNodeEditor(DecisionTreeContainer ed, ArbreDecision ad)
           
 

Uses of ArbreDecision in ikbs.learning.identification
 

Fields in ikbs.learning.identification declared as ArbreDecision
protected  ArbreDecision IdentificationArbre.ad
           
 

Constructors in ikbs.learning.identification with parameters of type ArbreDecision
IdentificationArbre(IdentificationArbreInter iai, ValSchema base, ArbreDecision ad)
           
TesterIdentification(IdentificationArbreInter iai, ValSchema base, ArbreDecision ad)
           
 

Uses of ArbreDecision in ikbs.learning.induction
 

Methods in ikbs.learning.induction that return ArbreDecision
 ArbreDecision Moteur.formTree(ModeleInductif mi)
           
 ArbreDecision Moteur.formTree2(ModeleInductif mi)
           
 ArbreDecision Moteur.formTreeOneLevel(ModeleInductif m)
           
 ArbreDecision Moteur.formTreeRec(ModeleInductif m)
           
 

Uses of ArbreDecision in ikbs.server.xml
 

Methods in ikbs.server.xml with parameters of type ArbreDecision
 void IkbsXMLConnection.addClasses(XMLQuestionnaireBuilder xqb, ArbreDecision ad)
           
 void IkbsXMLConnection.generateQuestions(XMLQuestionnaireBuilder xqb, ArbreDecision ad)