Module src.olaaaf.distance.domain.domain

Abstract class, representing the domain on which a distance function is defined.

Classes

class Domain

Abstract class, representing the domain on which a distance function is defined.

Expand source code
class Domain(ABC):
    """
    Abstract class, representing the domain on which a distance function is defined.
    """

    pass

Ancestors

  • abc.ABC

Subclasses