dot-perform_kemans_cluster: Perform k-means clustering

.perform_kemans_clusterR Documentation

Perform k-means clustering

Description

Perform k-means clustering

Usage

.perform_kemans_cluster(data, km)

Arguments

data

a dataframe. First column will be used as row identifier. Therefore, values in the first column must be unique.

km

an integer denoting number of clusters to return.

Value

a dataframe with two columns -1) 1st column from data and 2) clusters


cparsania/parcutils documentation built on Oct. 27, 2024, 4:55 a.m.