Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment interface {
GetEnvironment
SetLearningThreshold(int)
SetGap(int)
SetPassThrough(bool)
}
func NewEnvironment ¶
func NewEnvironment() Environment
type GetEnvironment ¶
type Signal ¶
type Signal[K comparable] struct { // contains filtered or unexported fields }
func NewSignal ¶
func NewSignal[K comparable]() *Signal[K]
func (*Signal[K]) ActiveFeatures ¶
Click to show internal directories.
Click to hide internal directories.