Compute a linear discriminant analysis on classified cluster groups
Computes linear discriminant analysis on classified cluster groups, and determines the goodness of classification for each cluster group.
cluster_discrimination(x, cluster_groups = NULL)
x |
A data frame |
cluster_groups |
Group classification of the cluster analysis, which can
be retrieved from the |
n_clusters
to determine the number of clusters to extract, cluster_analysis
to compute a cluster analysis and check_clusterstructure
to check suitability of data for clustering.
## Not run: # retrieve group classification from hierarchical cluster analysis groups <- cluster_analysis(iris[, 1:4]) # goodness of group classificatoin cluster_discrimination(iris[, 1:4], cluster_groups = groups) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.