MakeDensityBasedClusterer
Package
weka.clusterers
Synopsis
Class for wrapping a Clusterer to make it return a distribution and density. Fits normal distributions and discrete distributions within each cluster produced by the wrapped clusterer. Supports the NumberOfClustersRequestable interface only if the wrapped Clusterer does.
Options
The table below describes the options available for MakeDensityBasedClusterer.
Option |
Description |
---|---|
clusterer |
the clusterer to wrap |
minStdDev |
set minimum allowable standard deviation |
Capabilities
The table below describes the capabilites of MakeDensityBasedClusterer.
Capability |
Supported |
---|---|
Class |
No class |
Attributes |
Unary attributes, Nominal attributes, Missing values, Binary attributes, Empty nominal attributes, Numeric attributes |
Min # of instances |
1 |