Learn R Programming

dtwclust (version 1.2.0)

dtwclust-class: Class definition for dtwclust

Description

Formal S4 class to know how to handle data for plotting.

Arguments

Details

It contains the following specific slots:

  • type: A string indicating one of the supported clustering types ofdtwclust.
  • distance: A string indicating the distance used withdtwclust.
  • centroid: A string indicating the centroid used withdtwclust.
  • preproc: A string indicating the preprocessing used withdtwclust.
  • datalist: The provided data in the form of a list, where each element is a time series.
  • proctime: Time during function execution, as measured byproc.time().

Additionally, the class inherits from kccasimple-class, so most related slots and methods are also supported.