Difference between revisions of "Relational Topic Models"
From CSWiki
m |
m |
||
Line 1: | Line 1: | ||
+ | == Choosing the sparsity parameter == | ||
On the senate dataset, running spectral clustering for various values of K gives the following: | On the senate dataset, running spectral clustering for various values of K gives the following: | ||
Revision as of 18:28, 7 April 2008
Choosing the sparsity parameter
On the senate dataset, running spectral clustering for various values of K gives the following:
K | False positives | False negatives |
---|---|---|
5 | .606 | .058 |
10 | .354 | .078 |
15 | .126 | .078 |
20 | .193 | .094 |
25 | .157 | .107 |
30 | .135 | .114 |
--Jcone 18:27, 7 April 2008 (EDT)