clara_clustering: clara_clustering

Description Usage Arguments Value

View source: R/clustering.R

Description

uses clara algorithm to partition the table of scores into k clusters around medoids (a more robust version of K-means)

Usage

1
clara_clustering(scores_tab, k)

Arguments

scores_tab

data.table; the table of scores

k

desired number of clusters

Value

a vector corresponding to the partition of the table of scores


charles-bernard/mage documentation built on May 14, 2019, 2 a.m.