Taoufik NADIFI sgcib.com> writes:
>
> Please, can you tell me if you know how can i use the library Igraph in C#
> ?
Not easy, but possible. Try to google for "rcom c#" and watch the list
http://www.mail-archive.com/rco...@mailman.csd.univie.ac.at/
where some problems with more the latest R
Please, can you tell me if you know how can i use the library Igraph in C#
?
Thanks
Nadifi Taoufik
*
This message and any attachments (the "message") are con...{{dropped:15}}
__
R-
# bit hard to provide a simple conversion without definitions of the
class 'Node', the template 'DirectedGraph' and the function 'Writed'!
# I've used the package 'igraph' as a drop in - hope it is still clear.
#
# by the way:
# - your curly braces don't match,
# - not all elements of P are initial
2008/9/14 rajivv <[EMAIL PROTECTED]>:
>
> Random r = new Random();
>DirectedGraph graph = GetGraph();
>decimal B = 0.1m;
>decimal D = 0.05m;
[ deletia ]
>if (P[i] < 0)
>P[i] = 0;
>
Random r = new Random();
DirectedGraph graph = GetGraph();
decimal B = 0.1m;
decimal D = 0.05m;
int nodes = graph.NodesCount;
decimal[] E = new decimal[nodes];
decimal[] P = new decimal[nodes];
5 matches
Mail list logo