Uses of Class
ikbs.dynamique.Prototype

Packages that use Prototype
ikbs.dynamique   
 

Uses of Prototype in ikbs.dynamique
 

Subclasses of Prototype in ikbs.dynamique
 class Barycentre
           
 class BarycentreEC
           
 class EnveloppeProto
           
 

Methods in ikbs.dynamique that return Prototype
 Prototype DynamiqueClassification.getPrototype()
           
 

Constructors in ikbs.dynamique with parameters of type Prototype
ClusteringClasse(ValSchema valSchema, Case noyau, Prototype proto)
           
ClusteringClasse(ValSchema valSchema, java.util.Vector casesT, Prototype proto)
           
DynamiqueClassification(ValSchema valSchema, int nbClasses, Prototype proto, Critere critere, java.util.Vector vecteurCas, java.util.Vector attributs)
           
DynamiqueClassification(ValSchema valSchema, int nbClasses, Prototype proto, Critere critere, java.util.Vector noyaux, java.util.Vector attributs, java.util.Vector ensApprentissage, int indexMin, int indexMax)
           
DynamiqueClassification(ValSchema valSchema, Prototype proto, Critere critere, java.lang.String filename, java.util.Vector attributs, DynamiqueServer dynS)