igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] R igraph is comiled?


From: Szabolcs Horvát
Subject: Re: [igraph] R igraph is comiled?
Date: Fri, 2 Feb 2018 17:32:45 +0100

These clustering methods are implemented in C.  If you are in doubt about a function, you can check the igraph/C documentation, and see if it is present there.

http://igraph.org/c/doc/igraph-Community.html#idm470927718656
http://igraph.org/c/doc/igraph-Community.html#idm470920331024

igraph is a C library with interfaces in several higher level languages (official ones in R and Python, and some other unofficial ones, such as the one for Mathematica). Most of the functionality you can access through the official interfaces is implemented in C.

On 2 February 2018 at 09:58, M. Okuda <address@hidden> wrote:
Dear Sirs/Madams,

I use R igraph, especially the "cluster_spinglass" and "cluster_infomap"
functions.
Are these functions compiled or just R scripts?
To compare the processing speed of these methods with the compiled other
clustering methods,
I would like to know what condition R igraph works on.

Truly yours,

M. Okuda


_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help


reply via email to

[Prev in Thread] Current Thread [Next in Thread]