Uses of Class
ikbs.learning.induction.ValPartition

Packages that use ValPartition
ikbs.learning.decisionTree   
ikbs.learning.induction   
 

Uses of ValPartition in ikbs.learning.decisionTree
 

Methods in ikbs.learning.decisionTree that return ValPartition
 ValPartition FeuilleDecision.valClasse()
          Acc?
 

Constructors in ikbs.learning.decisionTree with parameters of type ValPartition
FeuilleDecision(ModeleInductif mi, ValPartition valClasse, int nbErreurs)
          Création d'une feuille à partir d'un mod?
 

Uses of ValPartition in ikbs.learning.induction
 

Methods in ikbs.learning.induction that return ValPartition
 ValPartition InductionClasse.bestPartition()
          Recherche et retourne la meilleur partition
 ValPartition InductionElement.partitions(int i)
           
 

Methods in ikbs.learning.induction with parameters of type ValPartition
 void InductionElement.add(ValPartition vp)