search for: 91532

Displaying 3 results from an estimated 3 matches for "91532".

Did you mean: 1532
2005 Aug 26
3
parts of data frames: subset vs. [-c()]
...TAX=="Ditrans" from ReVerb, store that in a file, and then generate ReVerb again without these cases and factor levels. My problem is probably obvious from the following lines of code: ?? ditrans<-which(SYNTAX=="Ditrans") ?? ReVerb1<-ReVerb[-c(ditrans),]; dim(ReVerb1) [1] 91532 16 ?? ?? # ok, so the 92713-91532=1181 cases where SYNTAX=="Ditrans" have been removed, but ... ?? ?? ReVerb1<-subset(ReVerb, SYNTAX!="Ditrans"); dim(ReVerb1) [1] 91528 16 ?? ?? # ... so why don't I get 91532 again as the number of rows? ?? Any ideas?? ?? R.ver...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...lamav_lockdb.ll 4 1923 1 0.01 1742 1 0.01 1742 libclamav_matcher-ac.ll 15 250664 0 0.03 250646 0 0.03 250646 libclamav_matcher-bm.ll 4 56561 0 0.01 56543 0 0.01 56543 libclamav_matcher.ll 8 115723 0 0.02 115705 0 0.02 115705 libclamav_mbox.ll 36 497205 0 0.05 497187 0 0.05 497187 libclamav_md5.ll 4 91532 0 0.02 91514 0 0.01 91514 libclamav_message.ll 50 375931 0 0.04 375913 0 0.04 375913 libclamav_mew.ll 12 166000 0 0.02 165982 0 0.02 165982 libclamav_msexpand.ll 1 15843 0 0.01 15825 0 0.01 15825 libclamav_mspack.ll 22 680495 0 0.06 680477 0 0.06 681192 libclamav_nsis_bzlib.ll 12 341616 0 0.03 3415...