__del__(self) | pyclustering.nnet.syncpr.syncpr | |
__init__(self, num_osc, increase_strength1, increase_strength2, ccore=True) | pyclustering.nnet.syncpr.syncpr | |
pyclustering::nnet::sync::sync_network.__init__(self, num_osc, weight=1, frequency=0, type_conn=conn_type.ALL_TO_ALL, representation=conn_represent.MATRIX, initial_phases=initial_type.RANDOM_GAUSSIAN, ccore=True) | pyclustering.nnet.sync.sync_network | |
pyclustering::nnet::network.__init__(self, num_osc, type_conn=conn_type.ALL_TO_ALL, conn_repr=conn_represent.MATRIX, height=None, width=None) | pyclustering.nnet.network | |
__len__(self) | pyclustering.nnet.syncpr.syncpr | |
get_neighbors(self, index) | pyclustering.nnet.sync.sync_network | |
has_connection(self, i, j) | pyclustering.nnet.sync.sync_network | |
height(self) | pyclustering.nnet.network | |
memory_order(self, pattern) | pyclustering.nnet.syncpr.syncpr | |
set_connection(self, i, j) | pyclustering.nnet.network | |
simulate(self, steps, time, pattern, solution=solve_type.RK4, collect_dynamic=True) | pyclustering.nnet.syncpr.syncpr | |
pyclustering::nnet::sync::sync_network.simulate(self, steps, time, solution=solve_type.FAST, collect_dynamic=True) | pyclustering.nnet.sync.sync_network | |
simulate_dynamic(self, pattern, order=0.998, solution=solve_type.RK4, collect_dynamic=False, step=0.1, int_step=0.01, threshold_changes=0.0000001) | pyclustering.nnet.syncpr.syncpr | |
pyclustering::nnet::sync::sync_network.simulate_dynamic(self, order=0.998, solution=solve_type.FAST, collect_dynamic=False, step=0.1, int_step=0.01, threshold_changes=0.0000001) | pyclustering.nnet.sync.sync_network | |
simulate_static(self, steps, time, pattern, solution=solve_type.FAST, collect_dynamic=False) | pyclustering.nnet.syncpr.syncpr | |
pyclustering::nnet::sync::sync_network.simulate_static(self, steps, time, solution=solve_type.FAST, collect_dynamic=False) | pyclustering.nnet.sync.sync_network | |
structure(self) | pyclustering.nnet.network | |
sync_local_order(self) | pyclustering.nnet.sync.sync_network | |
sync_order(self) | pyclustering.nnet.sync.sync_network | |
train(self, samples) | pyclustering.nnet.syncpr.syncpr | |
width(self) | pyclustering.nnet.network | |