search for: v31

Displaying 20 results from an estimated 49 matches for "v31".

Did you mean: v1
2009 Nov 10
1
Comparison of vectors in a matrix
Hi, I have a matrix with two columns, and the elements of the matrix are vectors. So for example, in line 3 of column 1 I have a vector v31=("marc", "robert, "marie"). What I need to do is to compare all vectors in column 1 and 2, so as to get, for example setdiff(v31,v32) into a new column. Is there a way to do this in R? Thanks! -- View this message in context: http://old.nabble.com/Comparison-of-vectors-...
2015 Aug 22
3
sprintf error: "only 100 arguments allowed"
...= 'weight', tag = NULL, hard_parse = F) ### error # [1] "sprintf('%f %f |A V1:%f V2:%f V3:%f V4:%f V5:%f V6:%f V7:%f V8:%f V9:%f V10:%f V11:%f V12:%f V13:%f V14:%f V15:%f V16:%f V17:%f V18:%f V19:%f V20:%f V21:%f V22:%f V23:%f V24:%f V25:%f V26:%f V27:%f V28:%f V29:%f V30:%f V31:%f V32:%f V33:%f V34:%f V35:%f V36:%f V37:%f V38:%f V39:%f V40:%f V41:%f V42:%f V43:%f V44:%f V45:%f V46:%f V47:%f V48:%f V49:%f V50:%f V51:%f V52:%f V53:%f V54:%f V55:%f V56:%f V57:%f V58:%f V59:%f V60:%f V61:%f V62:%f V63:%f V64:%f V65:%f V66:%f V67:%f V68:%f V69:%f V70:%f V71:%f V72:%f V73:%f V7...
2013 Nov 28
2
[LLVMdev] [llvm] r195903 - AArch64: Fix a bug about disassembling post-index load single element to 4 vectors
...runk/test/MC/Disassembler/AArch64/neon-instructions.txt (original) > +++ llvm/trunk/test/MC/Disassembler/AArch64/neon-instructions.txt Wed Nov 27 19:07:45 2013 > @@ -2129,7 +2129,8 @@ > # CHECK: ld1 {v0.b}[9], [x0], #1 > # CHECK: ld2 {v15.h, v16.h}[7], [x15], #4 > # CHECK: ld3 {v31.s, v0.s, v1.s}[3], [sp], x3 > -# CHECK: ld4 {v0.d, v1.d, v2.d, v3.d}[1], [x0], #24 > +# CHECK: ld4 {v0.d, v1.d, v2.d, v3.d}[1], [x0], #32 > +# CHECK: ld4 {v0.h, v1.h, v2.h, v3.h}[7], [x0], x0 > # CHECK: st1 {v0.d}[1], [x0], #8 > # CHECK: st2 {v31.s, v0.s}[3], [sp], #8 > # CH...
2011 Oct 07
0
[LLVMdev] Enhancing TableGen
...ntial definitions, for example PowerPC/PPCRegisterInfo.td: // Vector registers def V0 : VR< 0, "v0">, DwarfRegNum<[77, 77]>; def V1 : VR< 1, "v1">, DwarfRegNum<[78, 78]>; ... def V30 : VR<30, "v30">, DwarfRegNum<[107, 107]>; def V31 : VR<31, "v31">, DwarfRegNum<[108, 108]>; Such 'embarrassingly sequential' definitions have no value, and I would welcome a for-loop construct that can create them. I think this was the primary motivation behind Che-Liang's proposal. I do NOT want to factor out...
2015 Aug 26
1
sprintf error: "only 100 arguments allowed"
...arse = F) >> ### error >> # [1] "sprintf('%f %f |A V1:%f V2:%f V3:%f V4:%f V5:%f V6:%f V7:%f >> V8:%f V9:%f V10:%f V11:%f V12:%f V13:%f V14:%f V15:%f V16:%f V17:%f >> V18:%f V19:%f V20:%f V21:%f V22:%f V23:%f V24:%f V25:%f V26:%f V27:%f >> V28:%f V29:%f V30:%f V31:%f V32:%f V33:%f V34:%f V35:%f V36:%f V37:%f >> V38:%f V39:%f V40:%f V41:%f V42:%f V43:%f V44:%f V45:%f V46:%f V47:%f >> V48:%f V49:%f V50:%f V51:%f V52:%f V53:%f V54:%f V55:%f V56:%f V57:%f >> V58:%f V59:%f V60:%f V61:%f V62:%f V63:%f V64:%f V65:%f V66:%f V67:%f >> V68:%f V...
2018 Apr 06
0
[PATCH v31 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
Negotiation of the VIRTIO_BALLOON_F_FREE_PAGE_HINT feature indicates the support of reporting hints of guest free pages to host via virtio-balloon. Host requests the guest to report free page hints by sending a new cmd id to the guest via the free_page_report_cmd_id configuration register. When the guest starts to report, the first element added to the free page vq is the cmd id given by host.
2013 Nov 28
0
[LLVMdev] [llvm] r195903 - AArch64: Fix a bug about disassembling post-index load single element to 4 vectors
...-instructions.txt >> (original) >> +++ llvm/trunk/test/MC/Disassembler/AArch64/neon-instructions.txt Wed Nov >> 27 19:07:45 2013 >> @@ -2129,7 +2129,8 @@ >> # CHECK: ld1 {v0.b}[9], [x0], #1 >> # CHECK: ld2 {v15.h, v16.h}[7], [x15], #4 >> # CHECK: ld3 {v31.s, v0.s, v1.s}[3], [sp], x3 >> -# CHECK: ld4 {v0.d, v1.d, v2.d, v3.d}[1], [x0], #24 >> +# CHECK: ld4 {v0.d, v1.d, v2.d, v3.d}[1], [x0], #32 >> +# CHECK: ld4 {v0.h, v1.h, v2.h, v3.h}[7], [x0], x0 >> # CHECK: st1 {v0.d}[1], [x0], #8 >> # CHECK: st2 {v31.s, v0.s}[3],...
2013 Nov 28
1
[LLVMdev] [llvm] r195903 - AArch64: Fix a bug about disassembling post-index load single element to 4 vectors
...(original) >>> +++ llvm/trunk/test/MC/Disassembler/AArch64/neon-instructions.txt Wed Nov >>> 27 19:07:45 2013 >>> @@ -2129,7 +2129,8 @@ >>> # CHECK: ld1 {v0.b}[9], [x0], #1 >>> # CHECK: ld2 {v15.h, v16.h}[7], [x15], #4 >>> # CHECK: ld3 {v31.s, v0.s, v1.s}[3], [sp], x3 >>> -# CHECK: ld4 {v0.d, v1.d, v2.d, v3.d}[1], [x0], #24 >>> +# CHECK: ld4 {v0.d, v1.d, v2.d, v3.d}[1], [x0], #32 >>> +# CHECK: ld4 {v0.h, v1.h, v2.h, v3.h}[7], [x0], x0 >>> # CHECK: st1 {v0.d}[1], [x0], #8 >>> # CHECK:...
2015 Aug 25
0
sprintf error: "only 100 arguments allowed"
...tag = NULL, hard_parse = F) > ### error > # [1] "sprintf('%f %f |A V1:%f V2:%f V3:%f V4:%f V5:%f V6:%f V7:%f > V8:%f V9:%f V10:%f V11:%f V12:%f V13:%f V14:%f V15:%f V16:%f V17:%f > V18:%f V19:%f V20:%f V21:%f V22:%f V23:%f V24:%f V25:%f V26:%f V27:%f > V28:%f V29:%f V30:%f V31:%f V32:%f V33:%f V34:%f V35:%f V36:%f V37:%f > V38:%f V39:%f V40:%f V41:%f V42:%f V43:%f V44:%f V45:%f V46:%f V47:%f > V48:%f V49:%f V50:%f V51:%f V52:%f V53:%f V54:%f V55:%f V56:%f V57:%f > V58:%f V59:%f V60:%f V61:%f V62:%f V63:%f V64:%f V65:%f V66:%f V67:%f > V68:%f V69:%f V70:%f V71...
2011 Feb 22
0
cforest() and missing values (party package)
...e to train a randomForest with ten input parameters which sometimes contain "NA"s. The predicted variable is a binary decision. Building the tree works fine without warnings or error messages, but when using the predict() statement for validation, I run in an error: forest <- cforest(V31 ~ V1+V2+V3, data=training) prediction <- predict(forest, testset) "Error in OOB && is.null(newdata) : invalid 'x' type in 'x && y'" On the other hand: Creating a tree, using the ctree() method and validating the prediction using the predict() method wor...
2007 May 19
0
G729 codec problems
I have a system that has had 5 G729 licenses for over a year and I've come to install the v31 G729 codec from the Digium ftp server but it won't see the license. Does anyone know how to get around this problem? It is registered and I do have newer systems running this v31 version of the codec but in the license file the product line is different. On the older system it says Product: D...
2018 Apr 09
1
[PATCH v31 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
On Fri, Apr 06, 2018 at 08:17:23PM +0800, Wei Wang wrote: > Negotiation of the VIRTIO_BALLOON_F_FREE_PAGE_HINT feature indicates the > support of reporting hints of guest free pages to host via virtio-balloon. > > Host requests the guest to report free page hints by sending a new cmd > id to the guest via the free_page_report_cmd_id configuration register. > > When the guest
2007 May 11
0
EM covergence problem
...on X[,1] = runif(1000,min=5,max=20) X[,2] = runif(1000,min=5,max=20) ##bi = 0.3 Y = array(,dim=c(1000,2))#second alternative Y[,1] = runif(1000,min=5,max=20) Y[,2] = runif(1000,min=5,max=20) V11 = X[1:300,]%*%b[1:2] V12 = Y[1:300,]%*%b[1:2] V21 = X[301:800,]%*%b[3:4] V22 = Y[301:800,]%*%b[3:4] V31 = X[801:1000,]%*%b[5:6] V32 = Y[801:1000,]%*%b[5:6] V1 = rbind(V11,V21,V31)+rnorm(1000) V2 = rbind(V12,V22,V32)+rnorm(1000) oo = exp(V1)+exp(V2) P1 = exp(V1)/oo P2 = exp(V2)/oo D = ifelse(V1>V2,0,1) #second part of Q function Q2 = function(Beta,H){ probs = logProbInd(Beta) li = sum(H*probs...
2011 Oct 07
6
[LLVMdev] Enhancing TableGen
Evan Cheng <evan.cheng at apple.com> writes: > David, we cannot accept the 'multidef' keyword. Please revert it. Working on it now. > We appreciate you thinking ahead about MIC, but we are against the > massive refactoring and complicated abstraction scheme. We'll never > accept those patches. How about a less massive and complicated scheme? I think we can make
2008 Jul 14
2
long data frame selection error
...elect the following headers from a data frame but when I try and run the command it executes halfway through and give me an error at V188 and V359. Temp <- data.frame(V4, V5, V6, V7, V8, V9, V10, V11, V12, V13, V14, V15, V16, V17, V18, V19, V20, V21, V22, V23, V24, V25, V26, V27, V28, V29, V30, V31, V32, V33, V34, V35, V36, V37, V38, V39, V40, V41, V42, V43, V44, V45, V46, V47, V48, V49, V50, V51, V52, V53, V54, V55, V56, V57, V58, V59, V60, V61, V62, V63, V64, V65, V66, V67, V68, V69, V70, V71, V72, V73, V74, V75, V76, V77, V78, V79, V80, V81, V82, V83, V84, V85, V86, V87, V88, V89, V90, V91...
2010 May 26
1
Linear Discriminant Analysis in R
...nd so on). I need to run lda (at first for one of the features, meaning one column only extracted from the "binary" file mentioned above). In code so far I have very little, but here the short examples of both files: V57 file: V27 V28 V29 V30 V31 V32 V33 V34 1 -2.515000e-03 -0.203858 6.531000e-03 0.248686 6.760000e-04 0.084677 -1.262000e-03 2 -2.406000e-03 -0.194943 6.248000e-03 0.237851 6.470000e-04 0.081001 -1.207000e-03 3 -4.860000e-04 -0.039288 1.263000e-03 0.047980 1.300000e-04 0.016292 -2.4300...
2007 Jul 17
1
distance function (analogue)
Hello R-Users, its again me with a question. I´m using R 2.5.0 on Mac Power Book running Mac OS X 10.4.10 I try to calculate distances betweeen two data tables looking like this V1 V2 V3 V4 V5 V6 V7 V8 V9 V10 V11 V12 V13 V14 V15 V16 V17 V18 V19 V20 V21 V22 V23 V24 V25 V26 V27 V28 V29 V30 V31 V32 V33 V34 V35 V36 1 1 0 0 0 1 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 1 0 1 1 0 0 0 0 0 0 2 1 1 0 0 1 1 0 0 1 0 1 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 1 0 0 1 0 0 1 1 0...
2014 Jul 31
1
INBOX subfolders not showing up
Hi, I have a problem with INBOX subfolders and subscriptions which I can't solve... Maybe somebody has seen this, too... I can create regular subfolders (not in INBOX) and (un-)subscribe to them with Thunderbird. If I create subfolders in the INBOX with TB this seems to work now in v31 (just found this out), but with v24.6 neither INBOX subfolder creation nor subscriptions worked. When I modified the `subscriptions' file manually on the server, the folders would show up in TB, though. Maybe this was a TB bug, but quite similarly INBOX subfolders don't show up on iPh...
2006 Feb 01
2
sort columns
...quot;v77" "v78" "v79" "v80" "v81" "v19" "v20" "v21" "v22" "v23" "v24" "v25" "v26" "v27" [58] "v28" "v29" "v30" "v31" "v32" "v33" "v34" "v35" "v36" "v37" "v38" "v39" "v40" "v41" "v42" "v43" "v44" "v45" "v46" [77] "v47" "v48&quot...
2018 Apr 06
5
[PATCH v31 0/4] Virtio-balloon: support free page reporting
...ion Workload (make bzImage -j4): - Live Migration Time (average) Optimization v.s. Legacy = 1265ms v.s. 2634ms --> ~51% reduction - Linux Compilation Time Optimization v.s. Legacy = 4min56s v.s. 5min3s --> no obvious difference ChangeLog: v30->v31: - virtio_balloon: - virtio_balloon_send_free_pages: return -EINTR rather than 1 to indicate an active stop requested by host; and add more comments to explain about access to cmd_id_received without locks - add_one_sg: add TODO to comments about p...