Dot
- class KGE.score.Dot[source]
Bases:
KGE.score.ScoreAn implementation of dot product.
Score between \(\textbf{x}\) and \(\textbf{y}\) is defined as \(\textbf{x} \cdot \textbf{y}\)
Methods Summary
__call__(x, y)Calculate score.
Methods Documentation
- __new__(*args, **kwargs)