Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rushter/MLAlgorithms
/ ParamMixin
Class
ParamMixin
mla/neuralnet/layers/basic.py:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
27
class
ParamMixin(object):
28
@property
29
def
parameters(self):
30
return
self._params
31
32
33
class
PhaseMixin(object):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected