search for: fold2

Displaying 4 results from an estimated 4 matches for "fold2".

Did you mean: fold
2011 Jul 28
0
[LLVMdev] Spills and values present in both registers & stack
On Tue, Jul 26, 2011 at 11:35 AM, Taral <taralx at gmail.com> wrote: > > One piece of code I'm writing has a lot of intermediates, and I'm > trying to optimize down the number of memory accesses. Here's a > snippet from the start of the function, where I think there is some > low-hanging fruit: > > # BB#0: >        pushq   %rbp >        pushq   %r15
2011 Jul 26
3
[LLVMdev] Spills and values present in both registers & stack
One piece of code I'm writing has a lot of intermediates, and I'm trying to optimize down the number of memory accesses. Here's a snippet from the start of the function, where I think there is some low-hanging fruit: # BB#0: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx movq %rdx, %rcx movq %rdi, -16(%rsp) # 8-byte Spill movq (%rsi), %rdi movq
2007 May 15
1
Share's accès : how to?
...a : [share_name] Path = /home/folder With this acc?s : share root:group_name 2770 In my group ?group_name?, I?ve user1, user2, user3. Therefore the 3 users have complete acces in this folder. But in this one I have to add other folder shared : - /home/folder/ufold1 - /home/folder/ufold2 But I want the user1 have only an acces in the ufold1 and not the fold2 (and not seeing it) ; and the user2 and user3 acces in the ufold2 and only see this one in the folder /home/folder/. How can I do that? thank David BACQUEZ
2017 Oct 16
1
ROC curve for each fold in one plot
...., data=iris, trControl=train_control, method="rf") > library(pROC) > selectedIndices <- output$pred$Resample == "Fold1" > plot.roc(output$pred$obs[selectedIndices],output$pred$setosa[selectedIndices]) > selectedIndices <- output$pred$Resample == "Fold2" > plot.roc(output$pred$obs[selectedIndices],output$pred$setosa[selectedIndices]) > selectedIndices <- output$pred$Resample == "Fold3" > plot.roc(output$pred$obs[selectedIndices],output$pred$setosa[selectedIndices]) and the same for Fold4 and Fold5,now how can I...