NodeXl 中的最大边数

发布于 2024-10-01 04:34:52 字数 162 浏览 4 评论 0原文

我尝试使用 NodeXL 来分析具有 250 000 行和 2000000 条边的网络。 问题是 Excel 只允许我从 2 列 ~1000000 行的 csv 导入(每一行是一条边)。

是否有可能使用 nodeXL 分析具有更大行数的网络?

感谢您的任何帮助和建议, 再见

Im trying to use NodeXL to analyse network which has 250 000 rows and 2000000 edges.
The problem is that excel only allows me to import from csv in 2 columns ~1000000 rows (each row is one edge).

Is there any possibility to analyse network with bigger count of rows using nodeXL ?

thanks for any help and advice,
bye

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

世界等同你 2024-10-08 04:34:52

NodeXL 专为微观和中观尺度图而设计,但(尚)不支持巨型和千兆尺度图。

NodeXL 确实会根据可用 RAM、磁盘和 CPU 的数量按比例进行扩展。

也就是说,250K 个节点和 2M 个边缘超出了 NodeXL 目前的能力范围。您可能想要探索将现有图形分割成更易于管理的子区域,该子区域可以容纳 << 10K 节点且 < 100K 边。

此致,

Marc(来自 NodeXL 团队)
支持讨论可访问 http://nodexl.codeplex.com

NodeXL is designed for micro and meso scale graphs and does not (yet) support mega and giga scale graphs.

NodeXL does scale in part in proportion to the amount of RAM, Disk, and CPU available.

That said, 250K nodes and 2M edges is beyond what NodeXL can do today. You may want to explore slicing the existing graph into more manageable sub-region that can fit < 10K nodes and < 100K edges.

Regards,

Marc (from Team NodeXL)
Support discussions are available at http://nodexl.codeplex.com

思念绕指尖 2024-10-08 04:34:52

仅供参考,我正在处理大约 3500 个节点和 30,000 个边。它生成网络图,但速度太慢,无法处理数据和其他可视化。

与 Mac pro(6 核,32GB 内存)并行使用。

FYI, i am handling around 3500 nodes with 30,000 edges. It generates a network graph but too slow to handle data and other visualization.

Using parallels with Mac pro (6 core, 32gb ram).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文