clust.accessors {TCseq}R Documentation

Accessors to extract slots of a clust class.

Description

Accessors are provided to extract data, centers, cluster, membership, membership slots of a clust class.

Usage

clustData(object)

## S4 method for signature 'clust'
clustData(object)

clustCenters(object)

## S4 method for signature 'clust'
clustCenters(object)

clustCluster(object)

## S4 method for signature 'clust'
clustCluster(object)

clustMembership(object)

## S4 method for signature 'clust'
clustMembership(object)

Arguments

object

clust object object

Value

clustData returns data matrix. clustCenters returns a matrix of centers. clustCluster returns an integer vector. clustMembership returns a matrix of membership, see clust for details.

Author(s)

Mengjun Wu

See Also

clust


[Package TCseq version 1.10.0 Index]