MCPcopy Create free account
hub / github.com/BindsNET/bindsnet / __init__

Method __init__

bindsnet/network/topology_features.py:1080–1087  ·  view source on GitHub ↗
(
        self,
        name: str,
        parent_feature: AbstractFeature,
    )

Source from the content-addressed store, hash-verified

1078 """
1079
1080 def __init__(
1081 self,
1082 name: str,
1083 parent_feature: AbstractFeature,
1084 ) -> None:
1085 super().__init__(name, parent_feature)
1086
1087 self.sub_feature = self.parent.normalize
1088
1089
1090class Updating(AbstractSubFeature):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected