ikbs.learning.induction
Class InductionAttribut

java.lang.Object
  extended by ikbs.learning.induction.InductionElement
      extended by ikbs.learning.induction.InductionAttribut
All Implemented Interfaces:
Comparable
Direct Known Subclasses:
InductionDiscrete, InductionNumerique

public abstract class InductionAttribut
extends InductionElement
implements Comparable

ATELIER IKBS - apprentissage - v.1.0 MODULE: ikbs.learning.induction

Version:
1.0 DERNIERE MODIF: 27 Aout 1997
Author:
Philippe VINCENT

Field Summary
 AttributGain attGain
           
static float EPSILON
           
 int nbCasInstance
           
 
Fields inherited from class ikbs.learning.induction.InductionElement
INCONNU
 
Method Summary
abstract  ModeleInductif creerPartition(ModeleInductif mi, int indiceDomaine)
           
 java.lang.String getGain()
           
 java.lang.String getGainRatio()
           
 java.lang.String getInfo()
           
 boolean greaterThan(Comparable s)
           
 java.lang.Object key()
           
 java.lang.String name()
           
 java.lang.String toString()
           
 
Methods inherited from class ikbs.learning.induction.InductionElement
add, base, genererPartition, inconnuOuVide, nbPartitions, nom, partitions, partitions, setBase, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EPSILON

public static float EPSILON

attGain

public AttributGain attGain

nbCasInstance

public int nbCasInstance
Method Detail

creerPartition

public abstract ModeleInductif creerPartition(ModeleInductif mi,
                                              int indiceDomaine)

name

public java.lang.String name()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getGain

public java.lang.String getGain()

getInfo

public java.lang.String getInfo()

getGainRatio

public java.lang.String getGainRatio()

greaterThan

public boolean greaterThan(Comparable s)
Specified by:
greaterThan in interface Comparable

key

public java.lang.Object key()
Specified by:
key in interface Comparable