00001 #------------------------------------------------------------------------------- 00002 print "Algorithme general de clustering" 00003 print "\t@version: 1.0 date: 05/03/2007 created by Thomas Leaute" 00004 print "\t@author: thomas.leaute _AT_ epfl.ch date: 09/05/2007" 00005 print "\t@copyright: EPFL-IC-IIF-LIA 2007" 00006 #------------------------------------------------------------------------------- 00007 ## @package clustering Algorithme general de clustering 00008 00009 ## @file clustering.py Algorithme general de clustering 00010 00011 while not fini(): 00012 reviseClusters() 00013 print "\nRESULTAT :" 00014 afficheResultat()
1.5.2