ikbs.learning.induction
Class InductionNumerique
java.lang.Object
ikbs.learning.induction.InductionElement
ikbs.learning.induction.InductionAttribut
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InductionNumerique
public InductionNumerique(DescriptiveElement type,
ValSchema base)
InductionNumerique
public InductionNumerique(InductionNumerique in,
java.util.Vector tableau)
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