partMat2clustVec: partMat2clustVec

Description Usage Arguments Examples

View source: R/partMat2clustVec.R

Description

Converts a partition matrix to a clustering result vector

Usage

1
partMat2clustVec(U, skipValidity=FALSE)

Arguments

U
skipValidity

Examples

1
2
3
4
5
6
7
8
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function(U, skipValidity=FALSE) {
    return(NULL)
}

UNCLES documentation built on May 2, 2019, 11:11 a.m.