createNewCluster: Create a New Cluster with Given Item

View source: R/utility.R

createNewClusterR Documentation

Create a New Cluster with Given Item

Description

Create a New Cluster with Given Item

Usage

createNewCluster(i, partition)

Arguments

i

Item index as an integer vector of length one

partition

Set partition of the integers 1, ..., n represented as either a numeric vector of cluster labels, or a list containing subsets of these integers

Value

Updated partition with a new cluster.


sams documentation built on April 20, 2022, 1:06 a.m.

Related to createNewCluster in sams...