Uses of Interface
ikbs.learning.identification.IdentificationArbreInter

Packages that use IdentificationArbreInter
ikbs.classification.graphics   
ikbs.learning.identification   
 

Uses of IdentificationArbreInter in ikbs.classification.graphics
 

Classes in ikbs.classification.graphics that implement IdentificationArbreInter
 class EditeurClassification
          Editeur de classification, de distance Permet de paramètrer et de lancer les différents algo d'apprentissage : distance, identification par arbre, identification polythétique, classification supervisée ou non
 

Uses of IdentificationArbreInter in ikbs.learning.identification
 

Classes in ikbs.learning.identification that implement IdentificationArbreInter
 class TesterIdentification
          IKBS v2.6 - TesterIdentification permet de tester l'identification de tous les cas par rapport à la base
 

Fields in ikbs.learning.identification declared as IdentificationArbreInter
protected  IdentificationArbreInter IdentificationArbre.iai
           
 

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