![]() |
pyclustering
0.10.1
pyclustring is a Python, C++ data mining library.
|
Represents DSATUR algorithm for graph coloring problem that uses greedy strategy. More...
Public Member Functions | |
| def | __init__ (self, data) |
| Constructor of DSATUR algorithm. More... | |
| def | process (self) |
| Perform graph coloring using DSATUR algorithm. More... | |
| def | get_colors (self) |
| Returns results of graph coloring. More... | |
Represents DSATUR algorithm for graph coloring problem that uses greedy strategy.
| def pyclustering.gcolor.dsatur.dsatur.__init__ | ( | self, | |
| data | |||
| ) |
| def pyclustering.gcolor.dsatur.dsatur.get_colors | ( | self | ) |
| def pyclustering.gcolor.dsatur.dsatur.process | ( | self | ) |
Perform graph coloring using DSATUR algorithm.