Tag: R
-
OpenShift.com – Now With R and rpy2
A couple of weeks ago, I announced successfully installing and running R/rpy2 on OpenShift.com Ok #OpenShift ers, and #Rstats geeks. I have rpy2 running on OpenShift. What's next? http://t.co/Hu781FRFWT — Erich Morisse (@emorisse) April 24, 2013 Now, you can grab the installation process and bits for yourself* through github. http://github.com/emorisse/ROpenShift *I’d prefer (and will be…
-
Maximizing Cliques
Finding largest cliques (completely connected sub-graph components) is hard. The best algorithms have run times proportional to 3^(#nodes/3). Triple the nodes = nine times the run length. So what’s a guy without a supercomputer to do but start looking for shortcuts? Shortcut 1: Maximize for your goals My interest is in characterizing a network, in…