ikbs.learning.induction
Class InductionTaxonomic

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.InductionTaxonomic
All Implemented Interfaces:
Comparable

public class InductionTaxonomic
extends InductionDiscrete

IKBS v2.6

Since:
12 Janvier 2000
Version:
2.6
Author:
David Grosser

Field Summary
 
Fields inherited from class ikbs.learning.induction.InductionAttribut
attGain, EPSILON, nbCasInstance
 
Fields inherited from class ikbs.learning.induction.InductionElement
INCONNU
 
Constructor Summary
InductionTaxonomic(DescriptiveElement type, ValSchema base)
           
InductionTaxonomic(InductionTaxonomic it)
           
 
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
 void genererPartition()
          Générer les partitions correspondantes aux différentes partitions de l'attribut
 
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

InductionTaxonomic

public InductionTaxonomic(DescriptiveElement type,
                          ValSchema base)

InductionTaxonomic

public InductionTaxonomic(InductionTaxonomic it)
Method Detail

genererPartition

public void genererPartition()
Générer les partitions correspondantes aux différentes partitions de l'attribut

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

Overrides:
creerPartition in class InductionDiscrete