search for: acse

Displaying 5 results from an estimated 5 matches for "acse".

Did you mean: ache
2007 Jul 14
1
How to remove the quote "" in the data frame?
...quote. How to remove it? If you can delete the quote in the file "ress", that is better. Thanks. > ress[1:10] [1] "ABHO.ABNE" "ABHO.ACBA" "ABHO.ACGI" "ABHO.ACKO" "ABHO.ACMA" "ABHO.ACMO" [7] "ABHO.ACPS" "ABHO.ACSE" "ABHO.ACTE" "ABHO.ACTR" > res=cbind(obv.value,p.value,mean.sim) > res[1:10,] obv.value p.value mean.sim [1,] 2 1.0 6.0 [2,] 0 1.0 0.0 [3,] 66 0.5 49.6 [4,] 3 1.0 3.0 [5,] 0 1.0...
2011 Jan 21
1
help! complete the reviewer's suggest: carry out GA+GP (gaussian process)!
...one reviewer ask me do genetic algorithm coupled with gaussian process method (GA+GP). my data: training set: 191*106 test set: 73*106 here, I need use GA+GP to do variable selection when building the model. In R, there are not GA package like in matlab GA-toolbox(http://www.sheffield.ac.uk/acse/research/ecrg/gat.html) . now, I just can use the matlab GA-tool box, however, I can not use GP-toolbox in matlab. so I search the internet, find R package "genalg" can do GA. and an example given is to do wavelength selection by GA+PLS, so I think i certainly do the GA+GP. unfortunately...
2010 Jan 27
2
Merge: sort=F not preserving order?
...?012689 3 ?004503 4 ?002991 5 ?012689 6 ?002845 7 ?012689 8 ?012395 9 ?012689 10 009302 11 002845 12 006669 13 008823 14 009302 15 025340 16 012689 and data2 in this format (index2 are chars): ?? ? ? index2 ? ? ?tic 1 ? ? 001003 ? ? ANTQ 2 ? ? 001004 ? ? AIR 3 ? ? 001009 ? ? ABSI 4 ? ? 001011 ? ? ACSE etc I am attempting to merge them using the following: mergeddata <- merge(data1,data2, by.x="index", by.y="index2", sort=FALSE) I want to preserve the order of data1 by setting sort=FALSE, however the output I get is: ?? index ? tic 1 ?008823 PHM 2 ?008823 PHM 3 ?0126...
2013 Nov 04
3
syslinux.efi pxeboot across multiple subnets
...flags [none], proto UDP (17), length 78) 10.16.233.15.winpoplanmess > 10.16.195.178.tftp: [udp sum ok] 50 RRQ "sles113/syslinux.efi" octet tsize 0 blksize 1468 12:19:58.582689 IP (tos 0x0, ttl 63, id 34441, offset 0, flags [none], proto UDP (17), length 70) 10.16.233.15.c1222-acse > 10.16.195.178.tftp: [udp sum ok] 42 RRQ "sles113/syslinux.efi" octet blksize 1468 12:20:00.729468 IP (tos 0x0, ttl 63, id 34766, offset 0, flags [none], proto UDP (17), length 70) 10.16.233.15.resacommunity > 10.16.195.178.tftp: [udp sum ok] 42 RRQ "sles113/syslinux.efi...
2011 Jan 22
0
how to call BayesX in R to see the graph
...d one reviewer ask me do genetic algorithm coupled with gaussian process method (GA+GP). my data: training set: 191*106 test set: 73*106 here, I need use GA+GP to do variable selection when building the model. In R, there are not GA package like in matlab GA-toolbox(http://www.sheffield.ac.uk/acse/research/ecrg/gat.html) . now, I just can use the matlab GA-tool box, however, I can not use GP-toolbox in matlab. so I search the internet, find R package "genalg" can do GA. and an example given is to do wavelength selection by GA+PLS, so I think i certainly do the GA+GP. unfortunately...