pyclustering  0.10.1
pyclustring is a Python, C++ data mining library.
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.
 
int CFNODE_LEAF = 1
 Leaf node hasn't got successors, only entries.
 
int CFNODE_NONLEAF = 2
 Non-leaf node has got successors and hasn't got entries.
 

Detailed Description

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

See also
cfnode
cftree

Definition at line 47 of file cftree.py.


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