ParameterizedRealCombination

class ParameterizedRealCombination(module)[source]

Bases: pykeen.nn.combinations.RealCombination

A 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

score(x)[source]

Score the combined entity representation and literals with the parameterized module.

Return type

FloatTensor