topic_coherence.aggregation – Aggregation module¶This module contains functions to perform aggregation on a list of values obtained from the confirmation measure.
gensim.topic_coherence.aggregation.arithmetic_mean(confirmed_measures)¶This functoin performs the arithmetic mean aggregation on the output obtained from the confirmation measure module.
| Parameters: | confirmed_measures – list of calculated confirmation measure on each set in the segmented topics. |
|---|---|
| Returns: | Arithmetic mean of all the values contained in confirmation measures. |
| Return type: | mean |