dgs.models.combine

Combine multiple similarity matrices. Obtain similarity matrices as a result of one or multiple :class:~dgs.models.similarity.similarity.SimilarityModule s.

Module Functions

get_combine_module(name)

Given the name of one module that combines different similarity modules, return an instance.

register_combine_module(name, new_combine)

Register a new combine module in :data:COMBINE_MODULES, to be able to use it from configuration files.

Modules

combine

Implementation of modules that combine two or more similarity matrices.

dynamic

Implementation of modules that use dynamic weights to combine multiple similarities.

static

Implementation of modules that use static alpha values to combine the similarities.