get_jaccard_and_clusters: Get jaccard distance for cluster stability operations

Description Usage Arguments

View source: R/ClusterStabilityAnalysis.R

Description

Get jaccard distance for cluster stability operations

Usage

1
2
get_jaccard_and_clusters(clust_iter_list = NULL,
  clust_iter_table = NULL)

Arguments

clust_iter_list

a list of lists. First level list is just all the iterations. Second level (inner) list is a list of each cluster, each one containing the indices of all the original datapoints assigned to that cluster

clust_iter_table

a matrix with each column as separate iteration of cluster assignments (same length as full or initially sampled dataset) –note that there should be NAs in this table because we want clustering iterations from samples of the dataset (to see how stable clusters are)


corwms/ZunderPipelineFunctions documentation built on Aug. 29, 2019, 4:17 p.m.