profits.py

Aller à la documentation de ce fichier.
00001 ## @package profits Classification de profits d'entreprises
00002 
00003 ## @file profits.py Classification de profits d'entreprises
00004 
00005 #DOMAINES =     [['profit', 'down','up'],
00006 #                        ['age', 'old', 'midlife', 'new'],
00007 #                        ['competition', 'no', 'yes'],
00008 #                        ['type', 'software', 'hardware']] 
00009 
00010 DONNEES =       [['down',  'old',  'no', 'software'],
00011                          ['down','midlife','yes','software'],
00012                          ['up',  'midlife','no', 'hardware'],
00013                          ['down','old',    'no', 'hardware'],
00014                          ['up',  'new',    'no', 'hardware'],
00015                          ['up',  'new',    'no', 'software'],
00016                          ['up',  'midlife','no', 'software'],
00017                          ['up',  'new',    'yes','software'],
00018                          ['down','midlife','yes','hardware'],
00019                          ['down','old',    'yes','software']]

Généré le Wed Jan 30 17:16:42 2008 pour Lab 9 : Clustering par  doxygen 1.5.2