clusters,dmbc_config-method {dmbc}R Documentation

Extract the final cluster memberships from a dmbc_config class instance.

Description

Extract the final cluster memberships from a dmbc_config class instance.

Usage

## S4 method for signature 'dmbc_config'
clusters(object, newdata = NULL, ...)

Arguments

object

An object of class dmbc_config.

newdata

An object of no explicit specification (currently ignored).

...

Further arguments to pass on (currently ignored).

Author(s)

Sergio Venturini sergio.venturini@unicatt.it


[Package dmbc version 1.0.2 Index]