dot-k_means_fit_clustMixType: Simple Wrapper around clustMixType kmeans

.k_means_fit_clustMixTypeR Documentation

Simple Wrapper around clustMixType kmeans

Description

This wrapper runs clustMixType::kproto() and reorders the clusters.

Usage

.k_means_fit_clustMixType(x, k, ...)

Arguments

x

Data frame with both numerics and factors.

k

Either the number of clusters, a vector specifying indices of initial prototypes, or a data frame of prototypes of the same columns as x.

...

Other arguments passed to clustMixType::kproto()

Value

Result from clustMixType::kproto()


tidyclust documentation built on Sept. 26, 2023, 1:08 a.m.