pyclustering  0.10.1
pyclustring is a Python, C++ data mining library.
pyclustering.nnet.syncsegm.syncsegm_visualizer Class Reference

Result visualizer of double-layer oscillatory network 'syncsegm'. More...

Static Public Member Functions

def show_first_layer_dynamic (analyser)
 Shows output dynamic of the first layer. More...
 
def show_second_layer_dynamic (analyser)
 Shows output dynamic of the second layer. More...
 

Detailed Description

Result visualizer of double-layer oscillatory network 'syncsegm'.

Definition at line 30 of file syncsegm.py.

Member Function Documentation

◆ show_first_layer_dynamic()

def pyclustering.nnet.syncsegm.syncsegm_visualizer.show_first_layer_dynamic (   analyser)
static

Shows output dynamic of the first layer.

Parameters
[in]analyser(syncsegm_analyser): Analyser of output dynamic of the 'syncsegm' oscillatory network.

Definition at line 37 of file syncsegm.py.

◆ show_second_layer_dynamic()

def pyclustering.nnet.syncsegm.syncsegm_visualizer.show_second_layer_dynamic (   analyser)
static

Shows output dynamic of the second layer.

Parameters
[in]analyser(syncsegm_analyser): Analyser of output dynamic of the 'syncsegm' oscillatory network.

Definition at line 49 of file syncsegm.py.


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