Changes between Version 3 and Version 4 of Clustering


Ignore:
Timestamp:
May 31, 2013, 12:03:49 PM (11 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Clustering

    v3 v4  
    66 
    77Before using the clustering functionality of the tool, the source files have to be loaded to the database. The clustering algorithm will cluster all the modules and functions which are in the database. In the clustering options the user can choose the modules and functions that should be ignored during the clustering. 
    8 {{{#!comment  
     8 
    99The clustering module can also provide a decomposition of the modules base on a module clustering. This option takes the library modules and header files in the database, and distributes their functions, records and macros among the clusters. Parts used by more than one cluster stay in their place. 
    10 }}}  
     10 
    1111 
    1212== Types of clustering == 
     
    5555* '''''Maximum start cluster size:''''' Maximum number of clusters allowed at startup. 
    5656 
    57 {{{#!comment 
     57 
    5858== Parameters for decomposition == 
    5959 
     
    105105 
    106106It shows that while run time is symmetrical, the average fitness of the result is not. The population size affects the result more than the iteration number. Actually, increasing the iteration number (over 30) doesn't really change the result. This does not apply to the population size.  
    107 }}}