|
|
__init__(self,
cf,
input_sheet,
x=0.0,
y=0.0,
template=BoundingBox(radius=0.1),
mask=None)
From an existing copy of ConnectionField (CF) that acts as a
template, create a new CF that shares weights with the
template CF. |
source code
|
|
|
Inherited from base.cf.ConnectionField:
change_bounds,
change_density,
get_bounds,
get_input_matrix
Inherited from param.parameterized.Parameterized:
__getstate__,
__repr__,
__setstate__,
__str__,
debug,
defaults,
force_new_dynamic_value,
get_param_values,
get_value_generator,
inspect_value,
message,
print_param_values,
script_repr,
set_dynamic_time_fn,
state_pop,
state_push,
verbose,
warning
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__
|