pyclustering.nnet.sync.order_estimator Class Reference

Provides services to calculate order parameter and local order parameter that are used for synchronization level estimation. More...

Static Public Member Functions

def calculate_sync_order (oscillator_phases)
 Calculates level of global synchronization (order parameter) for input phases. More...
 
def calculate_local_sync_order (oscillator_phases, oscillatory_network)
 Calculates level of local synchorization (local order parameter) for input phases for the specified network. More...
 

Detailed Description

Provides services to calculate order parameter and local order parameter that are used for synchronization level estimation.

Definition at line 49 of file sync.py.

Member Function Documentation

◆ calculate_local_sync_order()

def pyclustering.nnet.sync.order_estimator.calculate_local_sync_order (   oscillator_phases,
  oscillatory_network 
)
static

Calculates level of local synchorization (local order parameter) for input phases for the specified network.

This parameter is tend 1.0 when the oscillatory network close to local synchronization and it tend to 0.0 when desynchronization is observed in the network.

Parameters
[in]oscillator_phases(list): List of oscillator phases that are used for level of local (partial) synchronization.
[in]oscillatory_network(sync): Instance of oscillatory network whose connections are required for calculation.
Returns
(double) Level of local synchronization (local order parameter).

Definition at line 84 of file sync.py.

◆ calculate_sync_order()

def pyclustering.nnet.sync.order_estimator.calculate_sync_order (   oscillator_phases)
static

Calculates level of global synchronization (order parameter) for input phases.

This parameter is tend 1.0 when the oscillatory network close to global synchronization and it tend to 0.0 when desynchronization is observed in the network.

Parameters
[in]oscillator_phases(list): List of oscillator phases that are used for level of global synchronization.
Returns
(double) Level of global synchronization (order parameter).
See also
calculate_order_parameter()

Definition at line 56 of file sync.py.


The documentation for this class was generated from the following file: