pyclustering.cluster.clique.coordinate_iterator Class Reference

Coordinate iterator is used to generate logical location description for each CLIQUE block. More...

Public Member Functions

def __init__ (self, dimension, intervals)
 Initializes coordinate iterator for CLIQUE algorithm. More...
 
def get_coordinate (self)
 Returns current block coordinate.
 
def increment (self)
 Forms logical location for next block.
 

Detailed Description

Coordinate iterator is used to generate logical location description for each CLIQUE block.

This class is used by CLIQUE algorithm for clustering process.

Definition at line 393 of file clique.py.

Constructor & Destructor Documentation

◆ __init__()

def pyclustering.cluster.clique.coordinate_iterator.__init__ (   self,
  dimension,
  intervals 
)

Initializes coordinate iterator for CLIQUE algorithm.

Parameters
[in]dimension(uint): Amount of dimensions in input data space.
[in]intervals(uint): Amount of intervals in each dimension.

Definition at line 400 of file clique.py.


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