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
文件列表
go-rate-master.zip
(预估有个8文件)
go-rate-master
main.py
596B
index.js
535B
rate_test.go
356B
assets
wilson-score-interval.png
3KB
hot.png
36KB
rate.go
2KB
.gitignore
7B
README.md
5KB
暂无评论