ikbs.learning.induction
Class InductionAttribut
java.lang.Object
ikbs.learning.induction.InductionElement
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EPSILON
public static float EPSILON
attGain
public AttributGain attGain
nbCasInstance
public int nbCasInstance
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