Learn R Programming

MixAll (version 1.2.0)

show,ClusterAlgo-method: Show description of a MixAll S4 class to standard output.

Description

Show description of a MixAll S4 class to standard output.

Usage

"show"(object)
"show"(object)
"show"(object)
"show"(object)
"show"(object)
"show"(object)
"show"(object)
"show"(object)
"show"(object)
"show"(object)
"show"(object)
"show"(object)
"show"(object)
"show"(object)
"show"(object)
"show"(object)
"show"(object)

Arguments

object
a MixAll object: a ClusterStrategy, a ClusterInit or a ClusterAlgo.

Value

NULL. Prints to standard out.

See Also

show

Examples

Run this code
  ## for strategy
  strategy <- clusterStrategy()
  show(strategy)
  ## for cluster init
  init <- clusterInit()
  show(init)
  ## for cluster algo
  algo <- clusterAlgo()
  show(algo)

Run the code above in your browser using DataLab