Learn R Programming

MixAll (version 1.5.10)

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

# S4 method for ClusterAlgo
show(object)

# S4 method for ClusterAlgoPredict show(object)

# S4 method for ClusterInit show(object)

# S4 method for ClusterStrategy show(object)

# S4 method for IClusterComponent show(object)

# S4 method for IClusterModel show(object)

# S4 method for ClusterCategoricalComponent show(object)

# S4 method for ClusterCategorical show(object)

# S4 method for ClusterDiagGaussianComponent show(object)

# S4 method for ClusterDiagGaussian show(object)

# S4 method for ClusterGammaComponent show(object)

# S4 method for ClusterGamma show(object)

# S4 method for ClusterMixedDataModel show(object)

# S4 method for ClusterPoissonComponent show(object)

# S4 method for ClusterPoisson show(object)

# S4 method for IClusterPredict show(object)

# S4 method for ClusterPredict show(object)

# S4 method for ClusterPredictMixedData show(object)

# S4 method for LearnAlgo show(object)

# S4 method for KmmComponent show(object)

# S4 method for KmmModel show(object)

# S4 method for KmmMixedDataModel show(object)

Value

NULL. Prints to standard out.

Arguments

object

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

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