MCPcopy
hub / github.com/NTMC-Community/MatchZoo / get

Method get

matchzoo/engine/param_table.py:49–51  ·  view source on GitHub ↗

:return: The parameter in the table named `key`.

(self, key)

Source from the content-addressed store, hash-verified

47 self._params[param.name] = param
48
49 def get(self, key) -> Param:
50 """:return: The parameter in the table named `key`."""
51 return self._params[key]
52
53 def set(self, key, param: Param):
54 """Set `key` to parameter `param`."""

Callers 15

buildMethod · 0.80
callMethod · 0.80
compute_output_shapeMethod · 0.80
__init__Method · 0.80
_remap_keras_metricFunction · 0.80
evaluateMethod · 0.80
transformMethod · 0.80
transformMethod · 0.80
get_default_paramsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected