geometric_kernels.feature_maps.base

This module provides the abstract base class FeatureMap that all feature maps inherit from. It can be used for type hinting.

Module Contents

class geometric_kernels.feature_maps.base.FeatureMap[source]

Bases: abc.ABC

Abstract base class for all feature maps.

abstract __call__(*args, **kwargs)[source]

FeatureMaps are callable.