Error: cannot allocate vector of size 2.0 Gb #10
-
Hi Pavel, I'm processing a bipartite network object converted from a 14000x9000 matrix. When I was running What's the maximum network size that latentnet can process? Is there any way to get rid of the above error and make the calculation faster? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I don't think I will be working on removing these limitations in the foreseeable future, but contributions would be welcome. Package https://cran.r-project.org/package=VBLPCM may be able to handle larger networks. |
Beta Was this translation helpful? Give feedback.
latentnet
, unfortunately, uses sociomatrices to represent networks and dyadic covariates internally, and, furthermore, it uses the "expanded" bipartite representation. So, at some point it's going to allocate one or more massive matrices of integers and floating-point numbers.I don't think I will be working on removing these limitations in the foreseeable future, but contributions would be welcome. Package https://cran.r-project.org/package=VBLPCM may be able to handle larger networks.