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

Describes plot where dynamic is displayed. More...

Public Member Functions

def __init__ (self, x_title=None, y_title=None, x_lim=None, y_lim=None, x_labels=True, y_labels=True)
 Constructor of canvas. More...
 

Public Attributes

 x_title
 Title for X axis.
 
 y_title
 Title for Y axis.
 
 x_lim
 Borders of X axis.
 
 y_lim
 Borders of Y axis.
 
 x_labels
 Defines whether X label should be displayed.
 
 y_labels
 Defines whether Y label should be displayed.
 

Detailed Description

Describes plot where dynamic is displayed.

Used by 'dynamic_visualizer' class.

Definition at line 16 of file dynamic_visualizer.py.

Constructor & Destructor Documentation

◆ __init__()

def pyclustering.nnet.dynamic_visualizer.canvas_descr.__init__ (   self,
  x_title = None,
  y_title = None,
  x_lim = None,
  y_lim = None,
  x_labels = True,
  y_labels = True 
)

Constructor of canvas.

Parameters
[in]x_title(string): Title for X axis, if 'None', then nothing is displayed.
[in]y_title(string): Title for Y axis, if 'None', then nothing is displayed.
[in]x_lim(list): Defines borders of X axis like [from, to], for example [0, 3.14], if 'None' then borders are calculated automatically.
[in]y_lim(list): Defines borders of Y axis like [from, to], if 'None' then borders are calculated automatically.
[in]x_labels(bool): If True then labels of X axis are displayed.
[in]y_labels(bool): If True then labels of Y axis are displayed.

Definition at line 23 of file dynamic_visualizer.py.


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