mdwtcluster
Multisignals 1-D clustering
Description
clusters data using hierarchical clustering. The input matrix s
= mdwtcluster(x
)x
is
decomposed in the row direction using the discrete wavelet transform (DWT) with the Haar
wavelet and the maximum allowed level fix(log2(size(x,2)))
.
Note
mdwtcluster
requires Statistics and Machine Learning Toolbox™.
specifies options using name-value pair arguments in addition to the input argument in the
previous syntax. For example, s
= mdwtcluster(___,Name,Value
)'level',4
specifies the decomposition
level.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2008a