-
半监督社区划分算法SpinGlass算法
Eaton 等人分别考虑个体标签和成对约束两种形式,提出了基于 Spin-Glass 模 型的半监督社区发现方法。 该算法通过修正 Spin-Glass 模型的哈密尔顿量使网络中的 每个节点处于基态。该模型指定具有相同自旋状态的节点应该被划分到同一个社区。 为了把两种形式的先验信息结合到哈密尔顿函数中,算法分别对应个体标签和成对约 束先验信息建立惩罚或奖励函数。在最小化哈密尔顿函数时,该算法采用模拟退火思想避免局部最优,从而得到良好的社区划分结构。 该算法在实验中呈现出较好的识别准确度和抗噪性。
- 2022-03-11 07:27:08下载
- 积分:1
-
可以实现简单的键盘操控,功能还是不错的啊
可以实现简单的键盘操控,功能还是不错的啊-can use keyboard for ...
- 2022-08-26 07:35:26下载
- 积分:1
-
C# datagrid 编程实例, 简短明了。
C# datagrid 编程实例, 简短明了。-C# programming examples, short and focused.
- 2022-02-07 06:41:11下载
- 积分:1
-
System will automatically delete the directory of debug and release, so please d...
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2022-03-03 07:22:16下载
- 积分:1
-
Mouse playing small games, as have the number of rats, mice mobile pace. The tot...
打老鼠的小游戏,随着老鼠产生的次数,老鼠的移动速度越来越快。总数为120个,并有评价-Mouse playing small games, as have the number of rats, mice mobile pace. The total number of 120, as well as evaluation of
- 2022-03-18 16:08:16下载
- 积分:1
-
TCPip 服务器和客户端
卓越的 tcpip 服务器和客户端套接字使用 delphi 7。
用于客户端和服务器套接字之间进行通信。
- 2023-04-27 09:25:03下载
- 积分:1
-
自己做的天气预报服务程序
自己做的天气预报服务程序-own weather forecasting service program
- 2022-08-26 14:53:12下载
- 积分:1
-
Basic C with visual studio
这是教你如何在visualstudio中编写程序的basic c。它包含了C/C++语言中的SyTeX。希望这个文件能对大家有所帮助。
- 2022-03-05 03:11:26下载
- 积分:1
-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
PHP
PHP-Fusion v6.00.109 SQL Injection
- 2022-02-16 00:34:52下载
- 积分:1