|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectikbs.learning.induction.InductionElement
ikbs.learning.induction.InductionClasse
public class InductionClasse
| Field Summary |
|---|
| Fields inherited from class ikbs.learning.induction.InductionElement |
|---|
INCONNU |
| Constructor Summary | |
|---|---|
InductionClasse(DescriptiveElement type,
ValSchema base)
|
|
InductionClasse(DescriptiveElement type,
ValSchema base,
TaxonomicAttribute taxoType,
TaxonomicAttribute taxoTempo)
|
|
InductionClasse(InductionClasse classe)
|
|
| Method Summary | |
|---|---|
void |
adaptTaxo(TaxonomicAttribute oldAtt,
SymbolicAttribute newAtt)
Méthode d'adaptation d'une cible taxonomique en une cible temporaire symbolique |
java.util.Vector |
adaptTaxoCases()
On élimine les cas pour lesquels il n'y a pas de valeur pour la classe générer |
InductionClasse |
adaptTaxoTree(java.util.Vector lesCasCourant,
java.lang.String nomFeuille)
|
ValPartition |
bestPartition()
Recherche et retourne la meilleur partition |
void |
genererPartition()
|
void |
initFreq(java.util.Vector tableau)
Initialisation et calcule du tableau des fréquences |
boolean |
isLastLevel(java.lang.String nomFeuille)
Retourne true si on est au dernier niveau de la taxonomie |
boolean |
isTaxonomic()
Retourne true si la cible est taxonomique |
Value |
valeur(Case cas)
|
int |
valeurs(Case cas)
|
int |
valeurs(java.lang.Object i)
|
| 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, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InductionClasse(DescriptiveElement type,
ValSchema base)
public InductionClasse(InductionClasse classe)
public InductionClasse(DescriptiveElement type,
ValSchema base,
TaxonomicAttribute taxoType,
TaxonomicAttribute taxoTempo)
| Method Detail |
|---|
public void genererPartition()
genererPartition in class InductionElement
public void adaptTaxo(TaxonomicAttribute oldAtt,
SymbolicAttribute newAtt)
public InductionClasse adaptTaxoTree(java.util.Vector lesCasCourant,
java.lang.String nomFeuille)
public java.util.Vector adaptTaxoCases()
public boolean isTaxonomic()
public boolean isLastLevel(java.lang.String nomFeuille)
public int valeurs(Case cas)
public int valeurs(java.lang.Object i)
public Value valeur(Case cas)
public void initFreq(java.util.Vector tableau)
public ValPartition bestPartition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||