Skip to contents

This is the base class for all the scalers available in the sklearn.preprocessing module. The child classes are intended to be used within some GUDHI classes such as DiagramScaler.

Super classes

rgudhi::PythonClass -> rgudhi::SKLearnClass -> BaseScaler

Methods

Public methods

Inherited methods


Method clone()

The objects of this class are cloneable with this method.

Usage

BaseScaler$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.