pyclustering.container.cftree.cfnode_type Class Reference

Enumeration of CF-Node types that are used by CF-Tree. More...

+ Inheritance diagram for pyclustering.container.cftree.cfnode_type:
+ Collaboration diagram for pyclustering.container.cftree.cfnode_type:

Static Public Attributes

int CFNODE_DUMMY = 0;
 Undefined node. More...
 
int CFNODE_LEAF = 1;
 Leaf node hasn't got successors, only entries. More...
 
int CFNODE_NONLEAF = 2;
 Non-leaf node has got successors and hasn't got entries. More...
 

Detailed Description

Enumeration of CF-Node types that are used by CF-Tree.

See also
cfnode
cftree

Definition at line 63 of file cftree.py.

Member Data Documentation

◆ CFNODE_DUMMY

int pyclustering.container.cftree.cfnode_type.CFNODE_DUMMY = 0;
static

Undefined node.

Definition at line 73 of file cftree.py.

◆ CFNODE_LEAF

int pyclustering.container.cftree.cfnode_type.CFNODE_LEAF = 1;
static

Leaf node hasn't got successors, only entries.

Definition at line 76 of file cftree.py.

◆ CFNODE_NONLEAF

int pyclustering.container.cftree.cfnode_type.CFNODE_NONLEAF = 2;
static

Non-leaf node has got successors and hasn't got entries.

Definition at line 79 of file cftree.py.


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