-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResource.html
More file actions
33 lines (27 loc) · 794 Bytes
/
Resource.html
File metadata and controls
33 lines (27 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html>
<head>
<link href="relatedwork.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<h1>Resources realted to Influence detection</h1>
<p> Last Modified: Feb. 1, 2012</p>
<h2>Software, codes</h2>
<ul>
<li><a href="http://cran.r-project.org/web/packages/lda/lda.pdf">LDA package description for R </a>
<li><a href="http://www.cs.princeton.edu/~blei/lda-c/">David Blei's implementation to LDA in C </a>
<li><a href="http://www.mpi-inf.mpg.de/~dietz/citinf.html">Laura Dietz's implementation of Influence detection</a> (in Java).
This link includes all the source codes, the test data, etc.
<hr>
<h2>Measurements</h2>
<ul>
<li>KL divergence
<li>Bhattacharya distance.
</ul>
<h2>Model</h2>
<ul>
<li>LDA
<li>hLDA
</ul>
</ul>
</body>
</html>