ikbs.dynamique
Class Prototype

java.lang.Object
  extended by ikbs.dynamique.Prototype
Direct Known Subclasses:
Barycentre, BarycentreEC, EnveloppeProto

public abstract class Prototype
extends java.lang.Object


Constructor Summary
Prototype(int computeDistance)
           
 
Method Summary
 int getChoixNumeric()
          retourne le choix numeric pour la distance
abstract  Case getFictifRepresentant(ClusteringClasse clusteringClasse)
          calcule le representant fictif d'une classe
abstract  Case getRepresentant(ClusteringClasse clusteringClasse)
          calcule le representant d'une classe ie le point le plus proche du prototype
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Prototype

public Prototype(int computeDistance)
Method Detail

getRepresentant

public abstract Case getRepresentant(ClusteringClasse clusteringClasse)
calcule le representant d'une classe ie le point le plus proche du prototype


getFictifRepresentant

public abstract Case getFictifRepresentant(ClusteringClasse clusteringClasse)
calcule le representant fictif d'une classe


getChoixNumeric

public int getChoixNumeric()
retourne le choix numeric pour la distance