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 (also ordered factors are possible).

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 July 3, 2024, 1:06 a.m.