|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectikbs.classification.classification.ClassificationBuilder
ikbs.classification.weakHierarchy.WeakHierarchyBuilder
public class WeakHierarchyBuilder
Moteur de l'algorithme de Classification par hierarchie faible conceptuelle L'algorithme travaille de maniere incrementale Partant d'une base de cas, a chaque etape est creer une Boule par fusion de deux cas
| Field Summary | |
|---|---|
protected AfficheClasses |
ac
|
protected boolean |
compatible
Compatibilite de la distance . |
protected java.util.Vector |
vectBoule
Vecteur pour le stckage des boules valides. |
protected WeakHierarchy |
wh
Hierarchie faible conceptuelle obtenue apres classification. |
| Fields inherited from class ikbs.classification.classification.ClassificationBuilder |
|---|
afficheClasses, base, monThread |
| Constructor Summary | |
|---|---|
WeakHierarchyBuilder(ValSchema base,
AfficheClasses ac)
Constructeur de la classe. |
|
WeakHierarchyBuilder(ValSchema base,
boolean compatible)
Contructeurs de la classe sans possibilite d'affichage |
|
WeakHierarchyBuilder(ValSchema base,
boolean compatible,
AfficheClasses ac)
|
|
| Method Summary | |
|---|---|
ActionGraphViewer |
affGraph()
Lance l'affichage graphique |
java.util.Vector |
getBoule()
Retourne le vecteur de boules valides |
ValSchema |
getClasses()
|
void |
startClassification()
Point d'entree de la classification Calcul de (n*(n-1))/2 boules a partir de n cas |
| Methods inherited from class ikbs.classification.classification.ClassificationBuilder |
|---|
computeClassification, getBase, resume, run, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Field Detail |
|---|
protected boolean compatible
protected AfficheClasses ac
protected java.util.Vector vectBoule
protected WeakHierarchy wh
| Constructor Detail |
|---|
public WeakHierarchyBuilder(ValSchema base,
AfficheClasses ac)
public WeakHierarchyBuilder(ValSchema base,
boolean compatible,
AfficheClasses ac)
public WeakHierarchyBuilder(ValSchema base,
boolean compatible)
| Method Detail |
|---|
public void startClassification()
startClassification in class ClassificationBuilderpublic java.util.Vector getBoule()
public ValSchema getClasses()
getClasses in class ClassificationBuilderpublic ActionGraphViewer affGraph()
affGraph in class ClassificationBuilder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||