Documentation
¶
Overview ¶
Package decay provides functionality parameter decayer functions, particularly for SOM learning rate and neighborhood radius.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decay ¶
type Decay interface {
Name() string
Decay(epoch, total int) float64
SetArgs(args ...float64) error
}
func FromString ¶
type Polynomial ¶
func (*Polynomial) Decay ¶
func (p *Polynomial) Decay(epoch, total int) float64
func (*Polynomial) Name ¶
func (p *Polynomial) Name() string
func (*Polynomial) SetArgs ¶
func (p *Polynomial) SetArgs(args ...float64) error
Click to show internal directories.
Click to hide internal directories.