Domain
- class aixd.data.Domain[source]
Bases:
object
Abstract base class for domains used by DataObjects.
Methods
Checks if the data is within the domain.
Returns a copy of the instance.
Maps from the domain to a distribution in [0, 1].
Returns samples chosen with grid sampling from the domain.
Maps from a distribution in [0, 1] to the domain.
Returns samples chosen with random sampling from the domain.
Returns samples chosen with a sample around strategy from the domain.
Updates the domain according to the given data.