get_level_two: get_level_two

View source: R/Clust_And_Search.R

get_level_twoR Documentation

get_level_two

Description

Carries out the second level of PAM clustering.

Usage

get_level_two(df_data, dist_mat, n_clust)

Arguments

df_data

Data.frame output from get_level_one

dist_mat

Topological distance matrix

n_clust

Number of clusters to produce in level two clustering.

Examples

## Not run: 
get_level_two(dist_mat,n_clust)

## End(Not run)

jfores/DocTDA documentation built on March 19, 2022, 9:37 p.m.