These plug-ins provide methods to initialize the cmeans classification.
C-Means initializer that sets the initial class centers as evenly distributed over [0,1]. Supported parameters are:
Name | Type | Default | Description |
---|---|---|---|
nc | ulong | (required) | Number of classes to use for the fuzzy-cmeans classification |
C-Means initializer that sets the initial class centers by using a k-means classification. Supported parameters are:
Name | Type | Default | Description |
---|---|---|---|
nc | ulong | (required) | Number of classes to use for the fuzzy-cmeans classification |
C-Means initializer that sets pre-defined values for the initial class centers. Supported parameters are:
Name | Type | Default | Description |
---|---|---|---|
cc | vdouble | (required) | Initial class centers fuzzy-cmeans classification (normalized to range [0,1]) |
mia-2dimagestack-cmeans mia-2dsegment-local-cmeans mia-2dstack-cmeans-presegment mia-3dsegment-local-cmeans