BaseClustering: Base Class for Clustering Algorithms

BaseClusteringR Documentation

Base Class for Clustering Algorithms

Description

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.


rgudhi documentation built on March 31, 2023, 11:38 p.m.