search for: ying

Displaying 20 results from an estimated 150 matches for "ying".

Did you mean: ring
2005 Dec 03
2
How to catch value
Dear R users: I have a problem about catch the value from function. I have following two functions (part): fbolus1 <- function() {......... par<-data.frame(Parameter=c("kel","Vd"),Initial=c(0)) check(par) .....} check<-function(par) { if (par[ ,2] <= 0){ cat("\nEnter again (y/n) ?\n\n") ans<-readline() if (ans == "n" ){
2008 Mar 20
0
Having trouble with a remote-crop-then-resize using attachment fu =(
Basically, I''m trying to crop multiple images out of a remote/original scene.. Think flickr ''tagging'', only, the pixs in the tagged boxes become their own unique images.. by way of simulating an upload from the controller using attachment fu.. can''t quite figure out the specific method in fu t...
2008 May 05
7
iscsi conn error: Xen related?
Hello all, I got some severe iscsi connection loss on my dom0 (Gentoo 2.6.20-xen-r6, xen 3.1.1). Happening several times a day. open-iscsi version is 2.0.865.12. Target iscsi is the open-e DSS product. Here is a snip of my messages log file: May 5 16:52:50 ying connection226:0: iscsi: detected conn error (1011) May 5 16:52:51 ying iscsid: connect failed (111) May 5 16:52:51 ying iscsid: Kernel reported iSCSI connection 226:0 error (1011) state (3) May 5 16:52:53 ying connection215:0: iscsi: detected conn error (1011) May 5 16:52:53 ying iscsid: conne...
2005 Aug 24
6
Wbinfo -Y couldn't work with idmap_rid for BUILTIN groups
...groups by winbind with idmap_rid. smb.conf [global] workgroup = MYDOMAIN security = ads or domain allow trust domains = no idmap backend = idmap_rid:"MYDOMAIN=50000-60000" idmap uid = 50000-60000 idmap gid = 50000-60000 ...... Any information is really appreciated. -Ying
2006 Dec 12
4
help on determining operating system
Dear list, I am an R user and I also write my own package in R(sometime i need to write in C), and right now i am thinking about buying a new workstation--and i am trying to decide if i should get a mac with OS X or a linux machine (for example Dell). I have experience using R on linux (but i have been just a user and never been a admin) but i am hesitating of managing a linux system on my own (btw I would like to have my new...
2005 Aug 17
3
do glm with two data sets
...xt", header=TRUE,row.names=1) e1<-exp[1,] g1<-geno[1,] d1<-data.frame(g, e) summary(glm(e1 ~ g1, data=d1)) the error message is Error in model.frame(formula, rownames, variables, varnames, extras, extranames, : invalid variable type Execution halted Thanks in advance, Ying [[alternative HTML version deleted]]
2016 Mar 03
2
[LLVMDev] llvm-cov outputting coverage results as HTML reports
...submitted a patch (for review) that implements > --format=html for llvm-cov tool. Please take a look at that patch. For reference, the review thread starts here: http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20160229/336622.html > David > > On Thu, Mar 3, 2016 at 7:21 AM, Ying Yi via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Dear All, >> >> I am helping our test team migrate from gcov to llvmcov. They currently >> generate HTML reports using lcov to easily navigate where coverage is >> missing. However, there does not...
2020 Jun 22
2
[PATCH 13/16] mm: support THP migration to device private memory
...; >>>> On 6/22/20 1:10 PM, Zi Yan wrote: > >>>>> On 22 Jun 2020, at 15:36, Ralph Campbell wrote: > >>>>>> On 6/21/20 4:20 PM, Zi Yan wrote: > >>>>>>> On 19 Jun 2020, at 17:56, Ralph Campbell wrote: > ... > >>> Ying(cc?d) developed the code to swapout and swapin THP in one piece: https://lore.kernel.org/linux-mm/20181207054122.27822-1-ying.huang at intel.com/. > >>> I am not sure whether the patchset makes into mainstream or not. It could be a good technical reference > >>> for swapping...
2020 Jun 22
2
[PATCH 13/16] mm: support THP migration to device private memory
...reclaiming CPU memory until you get a THP. IMHO, the former might be preferred, > > >> since the latter might cost a lot of CPU cycles but still gives no THP after all. > > > > > > Sounds reasonable. I'll work on adding the fallback path for v2. > > > > Ying(cc?d) developed the code to swapout and swapin THP in one piece: https://lore.kernel.org/linux-mm/20181207054122.27822-1-ying.huang at intel.com/. > > I am not sure whether the patchset makes into mainstream or not. It could be a good technical reference > > for swapping in device priva...
2007 May 04
3
listing R packages in our system
Hi, I like to know the simple way to list the R package names in our linux system. Thanks Ying [[alternative HTML version deleted]]
2011 Jan 05
1
rShowMessage "Fatal error: unable to open the base package
Hi All, As you may know I am trying connect R with java by RJava, now I run the examples, I got this error rShowMessage "Fatal error: unable to open the base package I am using 64bits windows 7 and eclipse. Any suggestions? Many thanks Ying [[alternative HTML version deleted]]
2013 Aug 23
1
A couple of questions regarding the survival:::cch function
...coefficients. My guess is changing the option iter.max=35 in Prentice function to iter.max=0 should do the trick. But I wanted to hear from the experts (or the author of the program) on this issue. The fact that SE's are identical can be found by the R help example codes of CCH. I'm copying and pasting them. subcoh <- nwtco$in.subcohort selccoh <- with(nwtco, rel==1|subcoh==1) ccoh.data <- nwtco[selccoh,] ccoh.data$subcohort <- subcoh[selccoh] ## central-lab histology ccoh.data$histol <- factor(ccoh.data$histol,labels=c("FH&quo...
2007 Apr 12
3
Idmap back compatible issue
...DEBUG(3, ("idmap_init: No idmap domains, No idmap backend dom_list=%s\n", *dom_list)); + compat = 1; + compat_backend = talloc_strdup( idmap_ctx, "tdb"); + compat_params = compat_backend; } if ( ! dom_list) { Thanks. -Ying
2008 Jul 23
2
Can't Load Text Files
Hi, I've completely forgotten how to do R, and it seems I can't even load simple files correctly. I have two tab deliminated text files (attached, these were test files of the larger data files I'm trying to work with) that I am trying to load into R so that I can merge them. They were originally excel files but I used "saved as" to reformat to text. I don't know if it's relevant, but I use a mac. These are the error messages I get: > source("/Users/jiayingmei/Desktop/...
2016 Mar 03
2
[LLVMDev] llvm-cov outputting coverage results as HTML reports
...summary with links to individual html pages that show the coverage report for each source file in the project. A new option (-html) might be added into llvm-cov show command options. I would like people’s opinions first so that may be acceptable when I come to upstream this. Kind Regards, -- Ying Yi SN Systems Ltd - Sony Computer Entertainment Group. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160303/fd625430/attachment.html>
2020 Jun 22
0
[PATCH 13/16] mm: support THP migration to device private memory
...:31, Ralph Campbell wrote: >>>> On 6/22/20 1:10 PM, Zi Yan wrote: >>>>> On 22 Jun 2020, at 15:36, Ralph Campbell wrote: >>>>>> On 6/21/20 4:20 PM, Zi Yan wrote: >>>>>>> On 19 Jun 2020, at 17:56, Ralph Campbell wrote: ... >>> Ying(cc?d) developed the code to swapout and swapin THP in one piece: https://lore.kernel.org/linux-mm/20181207054122.27822-1-ying.huang at intel.com/. >>> I am not sure whether the patchset makes into mainstream or not. It could be a good technical reference >>> for swapping in device...
2011 Jan 06
1
JRI & plot( )
...finally got it running, now I can call my R function from my java code. But there is one problem left. In my R code , it open a window and plot a curve. Once running in Java, the window did successfully opened, but nothing inside, instead of grey color. Any suggestions? Many thanks Ying [[alternative HTML version deleted]]
2011 Feb 07
1
can I use the output of a neural network as the fitness function of genetic algorithm?
...work from the input data and use the output as a fitness function. Can this be done? The other problem is, I know there are a few package in R related to GA. So far I know all of them take a specific function as fitness function, is there any package can Solve my problem? Many thanks Ying [[alternative HTML version deleted]]
2008 Sep 28
1
Kernel Estimate for the Intensity Function
...for the intensity function of a "two-dimensional" point process with marks. Does anyone know that which package can do this for simply a "one- dimensional" point process with marks? I've been searching all over the R site but still can not find the packages. Thanks a lot. Ying-Chao Hung
2007 Mar 18
3
how can I use rsync between 2 accounts?
Hi, I have 2 linux accounts on different machines (same login, same password). Can you please tell me how I use rsync directories between 2 accounts? Thank you.