ParameterizedRealCombination¶
- class ParameterizedRealCombination(module)[source]¶
Bases:
pykeen.nn.combinations.RealCombinationA real combination parametrized by a scoring module.
Initialize the parameterized real combination.
- Parameters
module (
Module) – The module used to score the combination of the entity representation and literals.
Methods Summary
score(x)Score the combined entity representation and literals with the parameterized module.
Methods Documentation