0


社区检测网络

Community Detection NetworkX
课程网址: http://videolectures.net/NTUcomplexity2017_legara_community_netwo...  
主讲教师: Erika Fille Tupas Legara
开课单位: 科学、技术和研究机构高性能计算研究所
开课时间: 2017-04-03
课程语种: 英语
中文简介:
NetworkX为图形(或网络)以及图形算法、生成器和绘图工具提供数据结构。 NetworkX的结构可以从其源代码的组织中看出。该软件包提供图形对象类、创建标准图形的生成器、读取现有数据集的IO例程、分析生成网络的算法以及一些基本绘图工具。 大多数NetworkX API都是由以图形对象为参数的函数提供的。图形对象的方法仅限于基本操作和报告。这提供了代码和文档的模块化。这也让新来者更容易分阶段了解该软件包。每个模块的源代码都很容易阅读,阅读这些Python代码实际上是了解更多网络算法的好方法,但我们已经花了很多精力使文档充分且友好。如果您有任何建议或问题,请加入NetworkX谷歌集团与我们联系。 类使用CamelCase(每个单词开头的大写字母)命名。函数、方法和变量名都是小写字母(小写字母加下划线表示单词之间的空格)。
课程简介: NetworkX provides data structures for graphs (or networks) along with graph algorithms, generators, and drawing tools. The structure of NetworkX can be seen by the organization of its source code. The package provides classes for graph objects, generators to create standard graphs, IO routines for reading in existing datasets, algorithms to analyse the resulting networks and some basic drawing tools. Most of the NetworkX API is provided by functions which take a graph object as an argument. Methods of the graph object are limited to basic manipulation and reporting. This provides modularity of code and documentation. It also makes it easier for newcomers to learn about the package in stages. The source code for each module is meant to be easy to read and reading this Python code is actually a good way to learn more about network algorithms, but we have put a lot of effort into making the documentation sufficient and friendly. If you have suggestions or questions please contact us by joining the NetworkX Google group. Classes are named using CamelCase (capital letters at the start of each word). functions, methods and variable names are lower_case_underscore (lowercase with an underscore representing a space between words).
关 键 词: 数据结构; 图形算法; 绘图工具
课程来源: 视频讲座网
数据采集: 2022-02-21:zkj
最后编审: 2022-02-21:zkj
阅读次数: 42