type github.com/beorn7/perks/quantile.Sample
8 uses
github.com/beorn7/perks/quantile (current package)
stream.go#L24: type Sample struct {
stream.go#L31: type Samples []Sample
stream.go#L138: s.insert(Sample{Value: v, Width: 1})
stream.go#L141: func (s *Stream) insert(sample Sample) {
stream.go#L221: l []Sample
stream.go#L246: s.l = append(s.l, Sample{})
stream.go#L248: s.l[i] = Sample{
stream.go#L259: s.l = append(s.l, Sample{sample.Value, sample.Width, 0})
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |