Package: clustering.evaluation
Clustering evaluation object
Create a clustering evaluation object using evalclusters
.
|
Clustering algorithm used to cluster the input data, stored
as a valid clustering algorithm name or function handle. If the clustering
solutions are provided in the input, |
|
Name of the criterion used for clustering evaluation, stored as a valid criterion name. |
|
Criterion values corresponding to each proposed number of clusters
in |
|
List of the number of proposed clusters for which to compute criterion values, stored as a vector of positive integer values. |
|
Logical flag for excluded data, stored as a column vector of
logical values. If |
|
Number of observations in the data matrix |
|
Optimal number of clusters, stored as a positive integer value. |
|
Optimal clustering solution corresponding to |
|
Data used for clustering, stored as a matrix of numerical values. |