Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attenuator ¶
type Attenuator struct {
// contains filtered or unexported fields
}
func NewAttentionAttenuator ¶
func NewAttentionAttenuator() *Attenuator
func (*Attenuator) Attention ¶
func (a *Attenuator) Attention() bool
func (*Attenuator) GetProbability ¶
func (a *Attenuator) GetProbability() float64
func (*Attenuator) Poke ¶
func (a *Attenuator) Poke()
func (*Attenuator) Reset ¶
func (a *Attenuator) Reset()
func (*Attenuator) Update ¶
func (a *Attenuator) Update()
Click to show internal directories.
Click to hide internal directories.