go rate:Reddit使用的简单评分算法 源码
排名算法 安装 $ go get github.com/alextanhongpin/go-rate 跑 func main () { upvotes := 1000 downvotes := 10 score := rate . Wilson ( upvotes , downvotes ) // or createdAt := time . Now () score := rate . Hot ( upvotes , downvotes , createdAt ) } 按Wilson-Score间隔排序 Reddit评论排名使用Wilson-Score区间 Wilso
用户评论