<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Clustering in Two-mode Networks</title>
	<atom:link href="http://toreopsahl.com/tnet/two-mode-networks/clustering/feed/" rel="self" type="application/rss+xml" />
	<link>http://toreopsahl.com</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 10:51:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Tore Opsahl</title>
		<link>http://toreopsahl.com/tnet/two-mode-networks/clustering/#comment-17830</link>
		<dc:creator><![CDATA[Tore Opsahl]]></dc:creator>
		<pubDate>Tue, 05 Mar 2013 17:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://toreopsahl.com/?page_id=2858#comment-17830</guid>
		<description><![CDATA[Hi Yaseswini,

You are running out of memory.. The R-functions were written to be faster than memory efficient due to loops being really really slow in R. For larger networks, I have c++ functions that are very fast and very memory efficient; however, they require some knowledge to work. Email me and I will send them to you.

Best,
Tore]]></description>
		<content:encoded><![CDATA[<p>Hi Yaseswini,</p>
<p>You are running out of memory.. The R-functions were written to be faster than memory efficient due to loops being really really slow in R. For larger networks, I have c++ functions that are very fast and very memory efficient; however, they require some knowledge to work. Email me and I will send them to you.</p>
<p>Best,<br />
Tore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaseswini</title>
		<link>http://toreopsahl.com/tnet/two-mode-networks/clustering/#comment-17797</link>
		<dc:creator><![CDATA[Yaseswini]]></dc:creator>
		<pubDate>Tue, 05 Mar 2013 06:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://toreopsahl.com/?page_id=2858#comment-17797</guid>
		<description><![CDATA[Hi Tore,

I am using the clustering_local_tm function for my two mode data which has 6029 vertices in the primary node set and 9313 vertices in the secondary node set with 57912 edges connecting them.When i tried using the function, i got an error message stating:

Error: cannot allocate vector of size 1.4 Gb
In addition: Warning messages:
1: In `[.data.frame`(x, c(m$xi, if (all.x) m$x.alone), c(by.x, seq_len(ncx)[-by.x]),  :
  Reached total allocation of 4043Mb: see help(memory.size)
2: In `[.data.frame`(x, c(m$xi, if (all.x) m$x.alone), c(by.x, seq_len(ncx)[-by.x]),  :
  Reached total allocation of 4043Mb: see help(memory.size)
3: In `[.data.frame`(x, c(m$xi, if (all.x) m$x.alone), c(by.x, seq_len(ncx)[-by.x]),  :
  Reached total allocation of 4043Mb: see help(memory.size)
4: In `[.data.frame`(x, c(m$xi, if (all.x) m$x.alone), c(by.x, seq_len(ncx)[-by.x]),  :
  Reached total allocation of 4043Mb: see help(memory.size)

can u please help me out with the problem.

Thanks
Yaseswini]]></description>
		<content:encoded><![CDATA[<p>Hi Tore,</p>
<p>I am using the clustering_local_tm function for my two mode data which has 6029 vertices in the primary node set and 9313 vertices in the secondary node set with 57912 edges connecting them.When i tried using the function, i got an error message stating:</p>
<p>Error: cannot allocate vector of size 1.4 Gb<br />
In addition: Warning messages:<br />
1: In `[.data.frame`(x, c(m$xi, if (all.x) m$x.alone), c(by.x, seq_len(ncx)[-by.x]),  :<br />
  Reached total allocation of 4043Mb: see help(memory.size)<br />
2: In `[.data.frame`(x, c(m$xi, if (all.x) m$x.alone), c(by.x, seq_len(ncx)[-by.x]),  :<br />
  Reached total allocation of 4043Mb: see help(memory.size)<br />
3: In `[.data.frame`(x, c(m$xi, if (all.x) m$x.alone), c(by.x, seq_len(ncx)[-by.x]),  :<br />
  Reached total allocation of 4043Mb: see help(memory.size)<br />
4: In `[.data.frame`(x, c(m$xi, if (all.x) m$x.alone), c(by.x, seq_len(ncx)[-by.x]),  :<br />
  Reached total allocation of 4043Mb: see help(memory.size)</p>
<p>can u please help me out with the problem.</p>
<p>Thanks<br />
Yaseswini</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaseswini</title>
		<link>http://toreopsahl.com/tnet/two-mode-networks/clustering/#comment-17704</link>
		<dc:creator><![CDATA[Yaseswini]]></dc:creator>
		<pubDate>Mon, 04 Mar 2013 04:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://toreopsahl.com/?page_id=2858#comment-17704</guid>
		<description><![CDATA[Thanks for the reply.I shall try that.

Yaseswini]]></description>
		<content:encoded><![CDATA[<p>Thanks for the reply.I shall try that.</p>
<p>Yaseswini</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tore Opsahl</title>
		<link>http://toreopsahl.com/tnet/two-mode-networks/clustering/#comment-17680</link>
		<dc:creator><![CDATA[Tore Opsahl]]></dc:creator>
		<pubDate>Sun, 03 Mar 2013 21:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://toreopsahl.com/?page_id=2858#comment-17680</guid>
		<description><![CDATA[Hi Yaseswini,

You can swap the columns to get local clustering scores for the secondary nodes. For example, if you network is in an object called net which has two columns, you can simply type &lt;code&gt;net &lt;- net[,2:1]&lt;/code&gt; to reverse the columns.

Best,
Tore]]></description>
		<content:encoded><![CDATA[<p>Hi Yaseswini,</p>
<p>You can swap the columns to get local clustering scores for the secondary nodes. For example, if you network is in an object called net which has two columns, you can simply type <code>net &lt;- net[,2:1]</code> to reverse the columns.</p>
<p>Best,<br />
Tore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaseswini</title>
		<link>http://toreopsahl.com/tnet/two-mode-networks/clustering/#comment-17658</link>
		<dc:creator><![CDATA[Yaseswini]]></dc:creator>
		<pubDate>Sun, 03 Mar 2013 13:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://toreopsahl.com/?page_id=2858#comment-17658</guid>
		<description><![CDATA[hi,
I am using the tnet package for bipartite graph analysis. Iam particularly interested in calculating the clustering coefficient of all the vertices of the network. But the documentation says that the clustering coefficient function &quot;clustering_local_tm(net)&quot;  returns the values for the primary node set.How do i calculate the clustering coefficient of the second set? could you please explain

Thanks 
Yaseswini]]></description>
		<content:encoded><![CDATA[<p>hi,<br />
I am using the tnet package for bipartite graph analysis. Iam particularly interested in calculating the clustering coefficient of all the vertices of the network. But the documentation says that the clustering coefficient function &#8220;clustering_local_tm(net)&#8221;  returns the values for the primary node set.How do i calculate the clustering coefficient of the second set? could you please explain</p>
<p>Thanks<br />
Yaseswini</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tore Opsahl</title>
		<link>http://toreopsahl.com/tnet/two-mode-networks/clustering/#comment-5263</link>
		<dc:creator><![CDATA[Tore Opsahl]]></dc:creator>
		<pubDate>Mon, 27 Feb 2012 21:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://toreopsahl.com/?page_id=2858#comment-5263</guid>
		<description><![CDATA[Hi John,

Thanks for spotting a missing piece of the documentation. The second column called lc is simply the binary local clustering coefficient for two-mode networks. 

Let me know if there is anything else - I will incorporate this in the upcoming version of tnet! 

Best,
Tore]]></description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>Thanks for spotting a missing piece of the documentation. The second column called lc is simply the binary local clustering coefficient for two-mode networks. </p>
<p>Let me know if there is anything else &#8211; I will incorporate this in the upcoming version of tnet! </p>
<p>Best,<br />
Tore</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John T Scholz</title>
		<link>http://toreopsahl.com/tnet/two-mode-networks/clustering/#comment-5262</link>
		<dc:creator><![CDATA[John T Scholz]]></dc:creator>
		<pubDate>Mon, 27 Feb 2012 21:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://toreopsahl.com/?page_id=2858#comment-5262</guid>
		<description><![CDATA[For a weighted 2-mode network, the command  &quot;clustering_local_tm(net2)&quot; produces the follow output for the first lines:
   node        lc     lc.am     lc.gm     lc.ma     lc.mi
1     1 0.5789474 0.5756300 0.5568930 0.5759220 0.4851772
2     2 0.3787879 0.4117520 0.4336639 0.3799618 0.5025974
3     3 0.2736781 0.2912917 0.2849269 0.2914947 0.2684981
4     4 0.3240741 0.3355950 0.3482124 0.3313095 0.3813559
5     5       NaN       NaN       NaN       NaN       NaN
6     6       NaN       NaN       NaN       NaN       NaN

I assume that the columns with suffixes am, gm, ma, and mi are calculated with the arithmetic and geometric mean and the maximum and minimum value for the 4-paths, but how is the first lc column calculated?  I could not find an explanation in the manual or online.

Thanks, John]]></description>
		<content:encoded><![CDATA[<p>For a weighted 2-mode network, the command  &#8220;clustering_local_tm(net2)&#8221; produces the follow output for the first lines:<br />
   node        lc     lc.am     lc.gm     lc.ma     lc.mi<br />
1     1 0.5789474 0.5756300 0.5568930 0.5759220 0.4851772<br />
2     2 0.3787879 0.4117520 0.4336639 0.3799618 0.5025974<br />
3     3 0.2736781 0.2912917 0.2849269 0.2914947 0.2684981<br />
4     4 0.3240741 0.3355950 0.3482124 0.3313095 0.3813559<br />
5     5       NaN       NaN       NaN       NaN       NaN<br />
6     6       NaN       NaN       NaN       NaN       NaN</p>
<p>I assume that the columns with suffixes am, gm, ma, and mi are calculated with the arithmetic and geometric mean and the maximum and minimum value for the 4-paths, but how is the first lc column calculated?  I could not find an explanation in the manual or online.</p>
<p>Thanks, John</p>
]]></content:encoded>
	</item>
</channel>
</rss>
