Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdaptiveWindow ¶
type AdaptiveWindow interface {
Add(float64)
Detected() bool
Size() int
Sum() float64
Conservative(bool)
}
func NewAdwin ¶
func NewAdwin(delta float64) AdaptiveWindow
func NewAdwin2 ¶
func NewAdwin2(delta float64) AdaptiveWindow
type Adwin ¶
type Adwin struct {
// contains filtered or unexported fields
}
func (*Adwin) Conservative ¶
type Adwin2 ¶
type Adwin2 struct {
// contains filtered or unexported fields
}
func (*Adwin2) Conservative ¶
Click to show internal directories.
Click to hide internal directories.