Uses of Interface
ikbs.learning.decisionTree.NoeudGraph

Packages that use NoeudGraph
ikbs.learning.decisionTree   
ikbs.learning.graph   
 

Uses of NoeudGraph in ikbs.learning.decisionTree
 

Fields in ikbs.learning.decisionTree declared as NoeudGraph
protected  NoeudGraph ArbreDecision.noeudGraph
           
 

Methods in ikbs.learning.decisionTree that return NoeudGraph
 NoeudGraph ArbreDecision.getNoeudGraph()
           
 

Methods in ikbs.learning.decisionTree with parameters of type NoeudGraph
 void ArbreDecision.setNoeudGraph(NoeudGraph n)
           
 

Uses of NoeudGraph in ikbs.learning.graph
 

Classes in ikbs.learning.graph that implement NoeudGraph
 class NoeudDecisionGraph
          IKBS - Editeur d'arbres de décision Définition de la classe NoeudDecisionGraph extends NoeudGraph David Grosser - IREMIA, Université de la Réunion