Created
September 7, 2018 23:41
-
-
Save klintan/6b8721b21f6ec4cecdbc822e8ea8e503 to your computer and use it in GitHub Desktop.
Truthfinder 9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error = 1 - np.dot(list(source_trustworthiness.values()), list(source_trustworthiness_old.values()) / ( | |
np.linalg.norm(list(source_trustworthiness.values())) * np.linalg.norm( | |
list(source_trustworthiness_old.values())))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment