Compare commits

...

2 Commits

Author SHA1 Message Date
Ebuka Ifezue
8668b171f8
Merge 29c911a94d1f9fbf705d00c3bba8ab841a8d5613 into fb54d8b54984f89f7dba90a18e7c3048421464c3 2023-05-22 17:41:26 -05:00
Ebuka Ifezue
29c911a94d
Fix typo on comment 2023-04-01 00:36:16 +01:00

View File

@ -24,7 +24,7 @@ object Reputation {
} }
} }
// these constants are take from repo reputations, config/production.conf // these constants are taken from repo reputations, config/production.conf
private val threshAbsNumFriendsReps = 2500 private val threshAbsNumFriendsReps = 2500
private val constantDivisionFactorGt_threshFriendsToFollowersRatioReps = 3.0 private val constantDivisionFactorGt_threshFriendsToFollowersRatioReps = 3.0
private val threshFriendsToFollowersRatioUMass = 0.6 private val threshFriendsToFollowersRatioUMass = 0.6