Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

Get Reputation Value

katsuyan edited this page Oct 6, 2012 · 3 revisions

Reputation Value

You can get a reputation value by:

reputation_for(reputation_name)

Normalized Reputation Value

You can get a normalized reputation value of by:

normalized_reputation_for(reputation_name)

The normalization is computed using the following equation (assuming linear distribution):

  • normalized_value = (x - min) / (max - min) if max - min is not 0
  • normalized_value = 1 if max - min is 0

Reputation Rank

You can get a rank of the reputation among models by:

rank_for(reputation_name)