ikbs.classification.identification
Class AutoIdentPoly

java.lang.Object
  extended by ikbs.classification.identification.Identification
      extended by ikbs.classification.identification.AutoIdentPoly
All Implemented Interfaces:
java.lang.Runnable

public class AutoIdentPoly
extends Identification
implements java.lang.Runnable

Permet de tester l'identification polythétique sur une base Fonctionne en mode autoTest sur une seule base

Since:
30 Décembre 1999
Author:
David Grosser

Field Summary
 
Fields inherited from class ikbs.classification.identification.Identification
afficheClasses, baseReference, baseTest, c, casDistances, monThread
 
Constructor Summary
AutoIdentPoly(ValSchema baseReference, Case c)
           
AutoIdentPoly(ValSchema baseReference, Case c, AfficheClasses afficheClasses)
           
 
Method Summary
 void initCasDistances()
           
 void run()
           
 
Methods inherited from class ikbs.classification.identification.Identification
calculMisClassification, compute, getCasDistances, initCasDistances2, resume, setCase, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoIdentPoly

public AutoIdentPoly(ValSchema baseReference,
                     Case c)

AutoIdentPoly

public AutoIdentPoly(ValSchema baseReference,
                     Case c,
                     AfficheClasses afficheClasses)
Method Detail

initCasDistances

public void initCasDistances()

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class Identification