ClusterInit-class: Constructor of the ['ClusterInit'] class

ClusterInitR Documentation

Constructor of the [ClusterInit] class

Description

This class encapsulates the parameters of clustering initialization methods.

Slots

method

Character string with the initialization method to use. Default value: "class"

nbInit

Integer defining the number of initialization to perform. Default value: 5.

algo

An instance of ClusterAlgo class. Default value: clusterAlgo("EM", 20, 0.01).

Author(s)

Serge Iovleff

Examples

  getSlots("ClusterInit")
  new("ClusterInit")
  new("ClusterInit", nbInit=1)


MixAll documentation built on June 22, 2024, 6:56 p.m.