Browse Source

Merge pull request #97 from Dieterbe/ExpDecaySample-url

alternate paper location that doesn't 404
Mikhail P 9 năm trước cách đây
mục cha
commit
1f30fe9094
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      sample.go

+ 1 - 1
sample.go

@@ -33,7 +33,7 @@ type Sample interface {
 // priority reservoir.  See Cormode et al's "Forward Decay: A Practical Time
 // Decay Model for Streaming Systems".
 //
-// <http://www.research.att.com/people/Cormode_Graham/library/publications/CormodeShkapenyukSrivastavaXu09.pdf>
+// <http://dimacs.rutgers.edu/~graham/pubs/papers/fwddecay.pdf>
 type ExpDecaySample struct {
 	alpha         float64
 	count         int64