bethe_hessian_spectrum#
- bethe_hessian_spectrum(G, r=None)[source]#
返回图 G 的 Bethe Hessian 矩阵的特征值。
- 参数:
- G图
一个 NetworkX Graph 或 DiGraph
- r浮点数
正则化参数
- 返回值:
- evalsNumPy 数组
特征值
另请参阅
bethe_hessian_matrix
参考文献
[1]A. Saade, F. Krzakala and L. Zdeborová “Spectral clustering of graphs with the bethe hessian”, Advances in Neural Information Processing Systems. 2014.