Skip to content

getml.feature_learning.aggregations.sets

AggregationsSets dataclass

AggregationsSets(
    all: FrozenSet[Aggregations],
    default: FrozenSet[Aggregations],
    minimal: FrozenSet[Aggregations],
)

Base Class for aggregations sets

FastPropAggregationsSets dataclass

FastPropAggregationsSets(
    all: FrozenSet[FastPropAggregations],
    default: FrozenSet[FastPropAggregations],
    minimal: FrozenSet[FastPropAggregations],
)

Bases: AggregationsSets

Base class for FastProp aggregation sets

MultirelAggregationsSets dataclass

MultirelAggregationsSets(
    all: FrozenSet[MultirelAggregations],
    default: FrozenSet[MultirelAggregations],
    minimal: FrozenSet[MultirelAggregations],
)

Bases: AggregationsSets

Base class for Multirel aggregation sets

MappingAggregationsSets dataclass

MappingAggregationsSets(
    all: FrozenSet[MappingAggregations],
    default: FrozenSet[MappingAggregations],
    minimal: FrozenSet[MappingAggregations],
)

Bases: AggregationsSets

Base class for Mapping aggregation sets