Changes between Version 1 and Version 2 of ModuleFunctionClustering


Ignore:
Timestamp:
Apr 19, 2012, 4:12:05 PM (12 years ago)
Author:
bozo_i
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModuleFunctionClustering

    v1 v2  
    2828== Parameters for agglomerative clustering == 
    2929 
    30 * '''''Modules to skip:''''' list of modules that should be ignored in the clustering process 
    31 * '''''Functions to skip:''''' list of functions that should be ignored in the clustering process 
    32 * '''''Transform function''''' 
    33 * '''''Distance function''''' 
    34 * '''''Antigravity''''' 
    35 * '''''Merge function''''' 
     30* '''''Modules to skip:''''' The list of module names (separated by space or comma characters) that should be ignored in the clustering process 
     31* '''''Functions to skip:''''' The list of function names (separated by space or comma characters) that should be ignored in the clustering process 
     32* '''''Transform function:'''''  The function that transforms the attribute matrix before running the clustering. There are two options for the transformation: '''zero_one''' and '''none'''. 
     33    * '''zero_one''': The option ''zero_one'' means that the weights that are positive in the attribute matrix will be transformed to 1. 
     34    * '''none''': The option ''none'' means that no transformation will be performed in the attribute matrix. 
     35* '''''Distance function:''''' It can be '''call_sum''', '''weight''' or a function reference to user-defined function. 
     36    * '''call_sum:''' 
     37    * '''weight:''' 
     38    * '''User-defined function:''' 
     39* '''''Antigravity:''''' 
     40* '''''Merge function:''''' 
    3641  * smart 
    3742