Aggregators

AbstractAggregator

Abstract Aggregator class.

class src.aggregators.AbstractAggregator.AbstractAggregator

Abstract class for aggregating micromodel outputs.

aggregate_single(mm_vector)

Aggregate a single micromodel output.

aggregate(mm_vectors)

Aggregate micromodel outputs.

SimpleRatioAggregator

Simple-Ratio Aggregator. Simply compute the ratio of “hits” per micromodel.

class src.aggregators.SimpleRatioAggregator.SimpleRatioAggregator

Simple Ratio Aggregator: Compute the ratio of “hits” per micromodel.

aggregate_single(mm_vector)

Aggregate a single micromodel vector.

aggregate(mm_vectors)

Aggregate all micromodel vectors.