graphbin package¶ Implementation of the GraphBin algorithm for generating Synthetic Graphs. Subpackages¶ graphbin.utils namespace Submodules graphbin.utils.math module get_std_devs_and_means() log_std() log_std_all() Submodules¶ graphbin.exceptions module GraphBinNotInitializedError TooManyClustersError ZeroValuesError graphbin.graph module Graph Graph.degree Graph.edges Graph.feature Graph.index SyntheticNodes SyntheticNodes.degree SyntheticNodes.feature SyntheticNodes.index numpy_factory_float() numpy_factory_int() graphbin.graphbin module GraphBin GraphBin.__init__() GraphBin.generate() GraphBin.k GraphBinFromScratch GraphBinFromScratch.__init__() GraphBinFromScratch.generate()