Skip to content

Commit

Permalink
Merge pull request rcrowley#97 from Dieterbe/ExpDecaySample-url
Browse files Browse the repository at this point in the history
alternate paper location that doesn't 404
  • Loading branch information
mihasya authored Nov 28, 2016
2 parents 550432d + 16ce6e1 commit 1f30fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f30fe9

Please sign in to comment.