Merge lp:~mvngu/igraph/igraph into lp:igraph

Proposed by Minh Van Nguyen
Status: Merged
Merged at revision: 2986
Proposed branch: lp:~mvngu/igraph/igraph
Merge into: lp:igraph
Diff against target: 33 lines (+5/-4)
1 file modified
src/community.c (+5/-4)
To merge this branch: bzr merge lp:~mvngu/igraph/igraph
Reviewer Review Type Date Requested Status
Tamás Nepusz Approve
Review via email: mp+124578@code.launchpad.net

Description of the change

Some documentation fixes in src/community.c

To post a comment you must log in.
Revision history for this message
Tamás Nepusz (ntamas) wrote :

Thanks a lot!

review: Approve
lp:~mvngu/igraph/igraph updated
2986. By Tamás Nepusz

documentation fixes, thanks to Minh Van Nguyen

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/community.c'
2--- src/community.c 2012-08-13 03:56:42 +0000
3+++ src/community.c 2012-09-16 16:34:19 +0000
4@@ -2997,6 +2997,7 @@
5 *
6 * \param comm1 the membership vector of the first community structure
7 * \param comm2 the membership vector of the second community structure
8+ * \param result the result is stored here.
9 * \param method the comparison method to use. \c IGRAPH_COMMCMP_VI
10 * selects the variation of information (VI) metric of
11 * Meila (2003), \c IGRAPH_COMMCMP_NMI selects the
12@@ -3221,8 +3222,8 @@
13 }
14
15 /**
16- * Implementation of the variation of information metric (VI) of
17- * Meila et al. This function assumes that the community membership
18+ * Implementation of the normalized mutual information (NMI) measure of
19+ * Danon et al. This function assumes that the community membership
20 * vectors have already been normalized using igraph_reindex_communities().
21 *
22 * </para><para>
23@@ -3247,8 +3248,8 @@
24 }
25
26 /**
27- * Implementation of the normalized mutual information (NMI) measure of
28- * Danon et al. This function assumes that the community membership
29+ * Implementation of the variation of information metric (VI) of
30+ * Meila et al. This function assumes that the community membership
31 * vectors have already been normalized using igraph_reindex_communities().
32 *
33 * </para><para>

Subscribers

People subscribed via source and target branches