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],
)
MultirelAggregationsSets dataclass
MultirelAggregationsSets(
all: FrozenSet[MultirelAggregations],
default: FrozenSet[MultirelAggregations],
minimal: FrozenSet[MultirelAggregations],
)
MappingAggregationsSets dataclass
MappingAggregationsSets(
all: FrozenSet[MappingAggregations],
default: FrozenSet[MappingAggregations],
minimal: FrozenSet[MappingAggregations],
)