ikbs.learning.induction
Class InductionComponent

java.lang.Object
  extended by ikbs.learning.induction.InductionElement
      extended by ikbs.learning.induction.InductionAttribut
          extended by ikbs.learning.induction.InductionDiscrete
              extended by ikbs.learning.induction.InductionComponent
All Implemented Interfaces:
Comparable

public class InductionComponent
extends InductionDiscrete


Field Summary
 
Fields inherited from class ikbs.learning.induction.InductionAttribut
attGain, EPSILON, nbCasInstance
 
Fields inherited from class ikbs.learning.induction.InductionElement
INCONNU
 
Constructor Summary
InductionComponent(DescriptiveElement type, ValSchema base)
           
InductionComponent(InductionComponent id)
           
 
Method Summary
 ModeleInductif creerPartition(ModeleInductif mi, int indiceDomaine)
          Regroupe les valeurs ayant le meme indice de ValPartition comme valeur et les place au debut des vecteurs lies au t-uple( vecteur classe+attributs) en utilisant la methode swap renvoie l'indice du premier t-uple non groupe
 void genererPartition()
           
 
Methods inherited from class ikbs.learning.induction.InductionDiscrete
valeur
 
Methods inherited from class ikbs.learning.induction.InductionAttribut
getGain, getGainRatio, getInfo, greaterThan, key, name, toString
 
Methods inherited from class ikbs.learning.induction.InductionElement
add, base, inconnuOuVide, nbPartitions, nom, partitions, partitions, setBase, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InductionComponent

public InductionComponent(DescriptiveElement type,
                          ValSchema base)

InductionComponent

public InductionComponent(InductionComponent id)
Method Detail

genererPartition

public void genererPartition()
Overrides:
genererPartition in class InductionDiscrete

creerPartition

public ModeleInductif creerPartition(ModeleInductif mi,
                                     int indiceDomaine)
Regroupe les valeurs ayant le meme indice de ValPartition comme valeur et les place au debut des vecteurs lies au t-uple( vecteur classe+attributs) en utilisant la methode swap renvoie l'indice du premier t-uple non groupe

Overrides:
creerPartition in class InductionDiscrete