search for: tsing

Displaying 20 results from an estimated 42 matches for "tsing".

Did you mean: using
2004 Feb 12
3
Debugging R Code
...gdb prompt (I'm using R 1.6.2 in xemacs via ESS). Thanks, Tobias __________________________________________ Tobias Sing Computational Biology Group Max-Planck-Institut f?r Informatik Stuhlsatzenhausweg 85 66123 Saarbr?cken, Germany Phone: +49 681 9325 314 Fax: +49 681 9325 399 E-mail: tsing at mpi-sb.mpg.de WWW: http://www.mpi-sb.mpg.de/units/ag3/
2011 Nov 15
3
how to indice the column in the data.frame
hi R,users Now I read a data from a txt file newdata<-read.table("1.txt") in the 1.txt ,there are several column shown as below 1 3 4 5 2 3 5 6 4 5 6 7 so when I want analysis the second column anadata<-newdata$V2 but my question I can not use some certain variable to indice the column? e.g cmn=2 anadata<-newdata$Vcmn how can I finish this command ?can anyone help me ? thank
2004 Jan 20
1
Re: Need help on how to list functions from a loaded package...
...th the information on what the function names are, I can now use the "?" command on each of these functions. But I have a feeling that there is a better way ...Oh FOO REX -------------------------------------------- Message: 33 Date: Tue, 20 Jan 2004 01:58:20 +0100 From: Tobias Sing <tsing at mpi-sb.mpg.de> Subject: Re: [R] graph algorithms in R To: rxg218 at psu.edu Cc: r-help at stat.math.ethz.ch Message-ID: <200401200158.20341.tsing at mpi-sb.mpg.de> Content-Type: text/plain; charset="iso-8859-1" > I was wondering if there are any packages available that ca...
2017 Jan 31
2
[GlobalISel] Questions about selection regions
...elector routines take the "global information" into concern. Are my observations correct? Also, are there any examples which show that the current global isel take information across multiple BBs within a function? Best Regards, -- Bekket McClane Department of Computer Science, National Tsing Hua University -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170131/97d80fdb/attachment.html>
2003 Aug 19
1
With sambaSamAccount, do I need an add user script and an add machine script?
...d machine script? Or does samba handle this itself? Sorry, I'm rather confused about how to go about setting this all up. -- Nick Urbanik RHCE nicku(at)vtc.edu.hk Dept. of Information & Communications Technology Hong Kong Institute of Vocational Education (Tsing Yi) Tel: (852) 2436 8576, (852) 2436 8713 Fax: (852) 2436 8526 PGP: 53 B6 6D 73 52 EE 1F EE EC F8 21 98 45 1C 23 7B ID: 7529555D GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24 ID: BB9D2C24
2016 Jun 28
2
Question about Instruction Selection
...el to help it making decisions. So where is it? I've read some great articles about part of the platform-independent instruction selection components. But I'm curious about instruction selection algorithm currently used. Cheers, -- Bekket McClane Department of Computer Science, National Tsing Hua University -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160628/54268863/attachment.html>
2017 Jan 31
0
[GlobalISel] Questions about selection regions
...t think any of the targets use this feature right now. The first use will probably be folding of G_CONSTANT nodes (that we currently all emit in the entry block) into immediate operands. HTH, -Ahmed > Best Regards, > -- > Bekket McClane > Department of Computer Science, > National Tsing Hua University > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >
2004 Jan 20
0
Re: Need help on how to list functions from a loaded pack age...
...th the information on what the function names are, I can now use the "?" command on each of these functions. But I have a feeling that there is a better way ...Oh FOO REX -------------------------------------------- Message: 33 Date: Tue, 20 Jan 2004 01:58:20 +0100 From: Tobias Sing <tsing at mpi-sb.mpg.de> Subject: Re: [R] graph algorithms in R To: rxg218 at psu.edu Cc: r-help at stat.math.ethz.ch Message-ID: <200401200158.20341.tsing at mpi-sb.mpg.de> Content-Type: text/plain; charset="iso-8859-1" > I was wondering if there are any packages available that ca...
2016 Jun 28
2
Question about Instruction Selection
...es about part of the platform-independent >> instruction selection components. But I'm curious about instruction >> selection algorithm currently used. >> >> Cheers, >> >> -- >> Bekket McClane >> Department of Computer Science, >> National Tsing Hua University >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev <http://lists.llvm.org/cgi-bin/ma...
2016 Jun 28
0
Question about Instruction Selection
...> I've read some great articles about part of the platform-independent > instruction selection components. But I'm curious about instruction > selection algorithm currently used. > > Cheers, > > -- > Bekket McClane > Department of Computer Science, > National Tsing Hua University > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >
2016 Nov 29
5
[RFC] Parallelizing (Target-Independent) Instruction Selection
...ut it if the feedback is sound. NOTE: There seems to be some serious bugs in concurrent and synchronization library of old gcc/standard libraries. So it's strongly recommended to use the latest version of clang to build our work. B.R -- Bekket McClane Department of Computer Science, National Tsing Hua University -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161129/eac7296a/attachment-0001.html>
2016 Jun 28
0
Question about Instruction Selection
...; > I've read some great articles about part of the platform-independent > instruction selection components. But I'm curious about instruction > selection algorithm currently used. > > Cheers, > > -- > Bekket McClane > Department of Computer Science, > National Tsing Hua University > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >
2016 Nov 29
2
[RFC] Parallelizing (Target-Independent) Instruction Selection
...be some serious bugs in concurrent and synchronization library of old gcc/standard libraries. So it's strongly recommended to use the latest version of clang to build our work. >> >> B.R >> -- >> Bekket McClane >> Department of Computer Science, >> National Tsing Hua University >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > -------------- next part --------------...
2016 Oct 31
0
[Support/RWMutex] [RFC] Use std::atomic to replace platform-specific implementation
...ard. Before std::shared_mutex in C++17 got fully adopt by LLVM codebase, I think we can use std::atomic + std::conditional_variable approach like this: https://gist.github.com/mshockwave/b314eb78d4019e7e106e705e864e0398 to power RWMutex. -- Bekket McClane Department of Computer Science, National Tsing Hua University -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161031/6c418aa7/attachment.html>
2004 Aug 14
4
association rules in R
Hi I am interested in data mining problems. Has anybody ever programmed and worked with association rules in R? I am very grateful for any hint. Best regards Christoph
2000 Feb 08
0
Bug report and PATCH in ssh-agent in openssh 1.2.2
...case 'c': if (s_flag) -- cut here --------------------------------------------------------- I have built an rpm with this patch, but don't know where to upload it. -- Nick Urbanik, Dept. of Electrical & Communications Engineering Hong Kong Institute of Vocational Education (Tsing Yi) email: nicku at vtc.edu.hk, nicku at iohk.com Tel: (852) 2436 8660, (825) 2436 8492 Fax: (852) 2436 8643 pgp ID: 7529555D fingerprint: 53 B6 6D 73 52 EE 1F EE EC F8 21 98 45 1C 23 7B
2011 Nov 17
1
how to read the text ?
hi,R users: I have such a text num = 3 testco = 12 testno = 1;12;3 infp = test1;test2;test3 How can I read this text by readLines? [[alternative HTML version deleted]]
2003 Aug 21
1
LDAP: add machine script required?
....e., "automatically"). So is an add machine script needed, or does samba contain code to create the accounts itself? -- Nick Urbanik RHCE nicku(at)vtc.edu.hk Dept. of Information & Communications Technology Hong Kong Institute of Vocational Education (Tsing Yi) Tel: (852) 2436 8576, (852) 2436 8713 Fax: (852) 2436 8526 PGP: 53 B6 6D 73 52 EE 1F EE EC F8 21 98 45 1C 23 7B ID: 7529555D GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24 ID: BB9D2C24
2008 Apr 29
0
inquiry - failed to start R-2.7.0 (Window) (PR#11329)
...iend who is using R-2.5.1. He tried to install R-2.7.0 but receive the same error message. And he passed your email address. Your expert advice would be most appreciated. Thanks in advance. Regards, Dr. K.M. MA Consultant in Nuclear Medicine Department of Nuclear Medicine Tuen Mun Hospital Tsing Chung Koon Road, N.T. Hong Kong, China Tel: 852 2468 5062 Fax: 852 2461 9074 e-mail: kmma at ha.org.hk *************************************************************************** Disclaimer This Email may contain privileged and confidential information and is solely for the use of the intended...
2004 Jan 20
2
graph algorithms in R
Hi, I was wondering if there are any packages available that can represent mathematical graphs along with functions to manipulate them? Google did'nt turn up anything ( I may be asking too much of R :-/ ) Thanks, ------------------------------------------------------------------- Rajarshi Guha <rxg218 at psu.edu> <http://jijo.cjb.net> GPG Fingerprint: 0CCA 8EE2 2EEB 25E2 AB04