ikbs.learning.induction
Class InductionNumerique

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

public class InductionNumerique
extends InductionAttribut

IKBS 2.6 MODULE: ikbs.learning.induction

Since:
12 Janvier 2000
Version:
2.6
Author:
David Grosser & Philippe Vincent

Field Summary
 
Fields inherited from class ikbs.learning.induction.InductionAttribut
attGain, EPSILON, nbCasInstance
 
Fields inherited from class ikbs.learning.induction.InductionElement
INCONNU
 
Constructor Summary
InductionNumerique(DescriptiveElement type, ValSchema base)
           
InductionNumerique(InductionNumerique in, java.util.Vector tableau)
           
 
Method Summary
 float bar()
          Retourne la valeur seuil
 ModeleInductif creerPartition(ModeleInductif mi, int indiceDomaine)
           
 void genererPartition()
          Génération de sdeux partitions
 float valeurs(Case c)
           
 float valeurs(int i)
          Retourne la valeur du cas n°
 
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

InductionNumerique

public InductionNumerique(DescriptiveElement type,
                          ValSchema base)

InductionNumerique

public InductionNumerique(InductionNumerique in,
                          java.util.Vector tableau)
Method Detail

bar

public float bar()
Retourne la valeur seuil


valeurs

public float valeurs(int i)
Retourne la valeur du cas n°

Parameters:
pour - cet attribut

valeurs

public float valeurs(Case c)

genererPartition

public void genererPartition()
Génération de sdeux partitions

Specified by:
genererPartition in class InductionElement

creerPartition

public ModeleInductif creerPartition(ModeleInductif mi,
                                     int indiceDomaine)
Specified by:
creerPartition in class InductionAttribut