similar to: recursive function - finding connections

Displaying 20 results from an estimated 400 matches similar to: "recursive function - finding connections"

2011 Nov 16
1
Replacing values in matrix/dataframe according to changing criteria
Hi there, I am doing some network analysis working with k-cliques and over time I want to see what nodes are members of what cliques and how big these cliques are. I have managed to produce a matrix which shows which k-cliques each node is part of over the 100 time periods (slow though) but I cannot seem to calculate the size of each k-clique which is actually just a count. Basically I have a
2013 Feb 22
1
Issues with installing RBGL package
Hi all, I was installing a package *RBGL* of bioconductor. However, I had some issues while installing it. I asked the devel group of bioconductor and they told me to consult this group. Here is my conversation with the bioconductor group related to the problem *Me->* I was trying to install the RBGL package using the following command biocLite("RBGL") However, I got the
2002 Jan 28
1
Cluster package broken in 1.4.0?
Greetings, I am reasonably experienced with R but I recently tried to do some clustering using the "cluster" package, in order to see if it would help. I only tried this once with the 1.3.1 version and it worked (I don't quite remember which method I used). Now, I tried with the 1.4.0 version and no clustering function seems to work with matrices that contain NAs, even though
2013 Apr 18
4
[LLVMdev] MachineOperand SubReg
I'm working on the post-regalloc dataflow engine I mentioned yesterday. Currently I only need to track register operands. A MachineOperand has both a getReg() and a getSubReg() interface. For a physical register operand, is getReg() guaranteed to be the "most super" register with getSubReg() providing the specific subregister information for the operand? If so then for my current
2006 Nov 20
1
SNA packages/network package
Hello everyone, I am an italian student who is working with packages SNA (social network analysis) and network. I ask you if there is a simple way to write a R-script using these packages to extract from an adjacency matrix the following things: -number of cliques which are in the network; -number of k-cores (e.g. 3-cores, 4-cores); -cycles (e.g. 3-cycles, 4-cycles) -hub & authorities.
2011 Feb 14
1
Bron-Kerbosch algorithm
Dear R users I need to solve the finding all cliques in a graph problem, is there a R package implementing Bron-Kerbosch algorithm? Many thanks YAn ********************************************************************** This email and any files transmitted with it are confide...{{dropped:10}}
2013 Apr 18
0
[LLVMdev] MachineOperand SubReg
On Apr 18, 2013, at 9:45 AM, dag at cray.com wrote: > I'm working on the post-regalloc dataflow engine I mentioned yesterday. > Currently I only need to track register operands. > > A MachineOperand has both a getReg() and a getSubReg() interface. For a > physical register operand, is getReg() guaranteed to be the "most super" > register with getSubReg()
2007 Jun 03
1
cups foomatic error centos 5....
I am trying to setup a local printer that I have working in centos4.4 on centos 5, this is a server install no X. I was able to get the cups webpage up and it sees the printer I configured it up but when I try to print to it i get the following error: "/usr/lib/cups/filter/foomatic-rip failed", I've searched and searched but can't find anything that helps. I would like to try
2010 Jul 29
3
hplip under CentOS-5.5
Is anyone successfully using hplip under CentOS? When I try to print on my HP Officejet J4580 I always get the error ---------------------------------- Printer Filter "foomatic-rip-hplip" for printer "oj" not available: No such file or directory ---------------------------------- What I find puzzling is that I have googled for this, and it appears there has been the same
2007 Nov 13
3
freenx
Hello, I am having problems getting freenx running in CentOS 4.5 i386_64. I know this is not a new problem, however, I havn't found a solution in all the postings I found on the web. I did exactly what is supposed to work and described in detail at http://wiki.centos.org/HowTos/FreeNX After doing that I can connect to the server with nxcleint without problem but I get only a black
2007 Jul 27
1
smbclient and netbios disabled question
Hello, I've a (maybe stupid?) question, can I use smbclient with domain auth. without netbios ? more explanations : I've 2 machines : PDC (acting as PDC and WINS server) MATISSE (as ROLE_DOMAIN_MEMBER) MATISSE joined the domain without problem with those parameters on MATISSE: [global] workgroup = LINUXVIRT security = DOMAIN passdb backend =
2010 Mar 27
2
printer trouble - missing driver?
I can't get my HP DeskJet D2345 (USB) to work on my CentOS 5.3 machine. It'll work on another machine (with Fedora 7). I compared the installation details (in CUPS http://localhost:631) - seems that Cent does not have the driver. On the F7 machine, the device is "D2345 (HP D2300 series)" and the driver is "HP DeskJet D2300 Foomatic/hpijs". When I try to config my
2012 Jul 24
1
igraph build problems
Hello: I've been trying for days now to get igraph working on a debian sarge install. There does not appear to be any pre-built packages, and when I try and install within R, it blows up on the final linking, claiming its unable to find libgfortran (which IS installed, and IS working for all other users of the compiler). I started up R and ran: install.packages("igraph"). It
2008 Jul 30
3
Sharing Printer Stop Working: error writing spool : NT_STATUS_ACCESS_DENIED
Previously I have a working print server using samba with below setting: [global] printcap name = cups printing = cups security = share [printers] browseable = yes printable = yes public = yes create mode = 0700 guest only = yes use client driver = yes guest account = smbprint path = /home/smbprint I could print both from linux and windows XP. But recently (Samba 3.0.22),
2003 Dec 11
1
No joy adding a CUPS printer
I'm trying to change my Samba setup from LPD to CUPS, with little success. I've followed [and re-followed] the setup documentation from CUPS and I just can't get Samba to recognize my printer. The catch is - it sort of recognizes it :-( First I added these lines to my smb.conf: ========================================= [global] load printers = yes printing = cups printcap name =
2013 Feb 27
4
[LLVMdev] Question about intrinsic function llvm.objectsize
On Feb 27, 2013, at 4:05 AM, Nuno Lopes <nunoplopes at sapo.pt> wrote: > Hi, > > Regarding the definition of object for @llvm.objectsize, it is identical to gcc's __builtin_object_size(). So it's not wrong; it's just the way it was defined to be. > > Regarding the BasicAA's usage of these functions, I'm unsure. It seems to me that isObjectSmallerThan()
2013 Feb 22
0
Issues with installing RBGL package
Hi all, I was installing a package *RBGL* of bioconductor. However, I had some issues while installing it. I asked the devel group of bioconductor and they told me to consult this group. Here is my conversation with the bioconductor group related to the problem *Me->* I was trying to install the RBGL package using the following command biocLite("RBGL") However, I got the
2013 Feb 27
0
[LLVMdev] Question about intrinsic function llvm.objectsize
Hi, Nuno and Arnold: Thank you all for the input. Let me coin a term, say "clique" for this discussion to avoid unnecessary confusion. A clique is statically or dynamically allocated type-free stretch of memory. A "clique" 1) is maximal in the sense that a clique dose not have any enclosing data structure that can completely cover or, partially
2013 Feb 27
2
[LLVMdev] Question about intrinsic function llvm.objectsize
On Feb 27, 2013, at 12:37 PM, Shuxin Yang <shuxin.llvm at gmail.com> wrote: > Hi, Nuno and Arnold: > > Thank you all for the input. > > Let me coin a term, say "clique" for this discussion to avoid unnecessary confusion. > A clique is statically or dynamically allocated type-free stretch of memory. A "clique" > 1) is maximal in the sense
2008 Mar 21
1
Printer drivers
Hello, I see in the repo there are some printer drivers like foomatic and hpijs. I'm just wondering if there are plans to also include hplip in the future? -- Regards Robert Smile... it increases your face value! Linux User #296285 http://counter.li.org