50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

rtkpp (version 0.8.5)

summary,ClusterCategorical-method: Produce summary of a rtkpp class.

Description

Produce summary of a rtkpp class.

Usage

## S3 method for class 'ClusterCategorical':
summary(object, ...)

## S3 method for class 'ClusterDiagGaussian': summary(object, ...)

## S3 method for class 'ClusterGamma': summary(object, ...)

## S3 method for class 'ClusterHeterogeneous': summary(object, ...)

## S3 method for class 'ClusterPoisson': summary(object, ...)

## S3 method for class 'IClusterModelBase': summary(object, ...)

## S3 method for class 'IClusterComponent': summary(object, ...)

Arguments

object
any cluster model deriving from a IClusterModelBase object.
...
further arguments passed to or from other methods

Value

  • NULL. Summaries to standard out.

See Also

summary

Examples

Run this code
data(geyser)
  model <- clusterDiagGaussian(geyser,3)
  summary(model)

Run the code above in your browser using DataLab