Versions in this module Expand all Collapse all v0 v0.1.0 Dec 18, 2024 Changes in this version + func GaussDenSig(x, sig float32) float32 + type Filter struct + CircleEdge bool + Gain float32 + OffSig float32 + On bool + OnGain float32 + OnSig float32 + Size int + Spacing int + Wt float32 + func (gf *Filter) Defaults() + func (gf *Filter) FilterTensor(tsr *tensor.Float32, filt Filters) *tensor.Float32 + func (gf *Filter) SetSize(sz, spc int) + func (gf *Filter) ShouldDisplay(field string) bool + func (gf *Filter) ToTable(tab *table.Table) + func (gf *Filter) ToTensor(tsr *tensor.Float32) + func (gf *Filter) Update() + type Filters int + const FiltersN + const Net + const Off + const On