Versions in this module Expand all Collapse all v0 v0.5.0 Jun 12, 2019 Changes in this version + var KiT_LayMesh = kit.Types.AddType(&LayMesh{}, nil) + var KiT_NetView = kit.Types.AddType(&NetView{}, NetViewProps) + var MinUnitHeight = float32(1.0e-6) + var NetViewProps = ki.Props + type LayMesh struct + Lay emer.Layer + Shape etensor.Shape + View *NetView + func AddNewLayMesh(sc *gi3d.Scene, nv *NetView, lay emer.Layer) *LayMesh + func (lm *LayMesh) Make(sc *gi3d.Scene) + func (lm *LayMesh) Make2D(init bool) + func (lm *LayMesh) Make4D(init bool) + func (lm *LayMesh) Update(sc *gi3d.Scene) + type NetView struct + ColorMap *giv.ColorMap + CurVarParams *VarParams + Net emer.Network + Params Params + Var string + VarParams map[string]*VarParams + Vars []string + func AddNewNetView(parent ki.Ki, name string) *NetView + func (nv *NetView) Config() + func (nv *NetView) Counters() *gi.Label + func (nv *NetView) Defaults() + func (nv *NetView) GoUpdate(counters string) + func (nv *NetView) HasLayers() bool + func (nv *NetView) IsConfiged() bool + func (nv *NetView) NetLay() *gi.Layout + func (nv *NetView) OpenWeights(filename gi.FileName) + func (nv *NetView) SaveWeights(filename gi.FileName) + func (nv *NetView) Scene() *gi3d.Scene + func (nv *NetView) SetCounters(ctrs string) + func (nv *NetView) SetNet(net emer.Network) + func (nv *NetView) SetVar(vr string) + func (nv *NetView) ShowAllParams() string + func (nv *NetView) ShowNonDefaultParams() string + func (nv *NetView) Toolbar() *gi.ToolBar + func (nv *NetView) ToolbarConfig() + func (nv *NetView) UnitVal(lay emer.Layer, idx []int) (raw, scaled float32, clr gi.Color) + func (nv *NetView) Update(counters string) + func (nv *NetView) UpdateImpl(counters string) + func (nv *NetView) VarScaleUpdate(varNm string) bool + func (nv *NetView) VarsConfig() + func (nv *NetView) VarsLay() *gi.Frame + func (nv *NetView) VarsListUpdate() + func (nv *NetView) VarsUpdate() + func (nv *NetView) ViewConfig() + func (nv *NetView) ViewDefaults() + func (nv *NetView) Viewbar() *gi.ToolBar + func (nv *NetView) ViewbarConfig() + type Params struct + ColorMap giv.ColorMapName + LayNmSize float32 + NetView *NetView + UnitSize float32 + ZeroAlpha float32 + func (nv *Params) Defaults() + func (nv *Params) Update() + type VarParams struct + MinMax minmax.F32 + Range minmax.Range32 + Var string + ZeroCtr bool + func (vp *VarParams) Defaults()