Skip to contents

This is the base class for all the clustering algorithms in the sklearn.cluster module. The child classes are intended to be used within some GUDHI classes such as Atol.

Super classes

rgudhi::PythonClass -> rgudhi::SKLearnClass -> BaseClustering

Methods

Public methods

Inherited methods


Method clone()

The objects of this class are cloneable with this method.

Usage

BaseClustering$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.