search for: ply

Displaying 20 results from an estimated 117 matches for "ply".

Did you mean: play
2013 Feb 01
0
R code parallelized using plyr and doMC: error message: Error in do.ply(i) : task 1 failed - “could not find function ”getClass“”
...of its 32 cores. I'm using doMC instead of snow, because the guy at the supercomputer is in the process of getting Rmpi running. For now, 32 cores should be (more than) adequate for me. My script is of the sort: |define a bunch of functions load the data call libraries require(doMC) require(plyr) registerDoMC(32) main.function <- function(data){ *thefunction* } results= llply(1:500, function(idx){out<-main.function(data)},.parallel=TRUE) save(results,file="trestles_results")| This runs fine on my own machine (setting it to run only a few times and regist...
2010 Oct 03
1
plyr: a*ply with functions that return matrices-- possible bug in aaply?
...olumn. To keep this short, the function below captures the structure: fun2way <- function(f){ if (!length(dim(f)) ==2) stop("only for 2-way arrays") R <- dim(f)[1] C <- dim(f)[2] f[1:(R-1), 1:(C-1)] } Now, I want to extend this to higher-way arrays, using apply-like methods over the strata (all but the first two dimensions), and returning an array in which the last dimensions correspond to strata. That is, I want to define something like the following using an a*ply method, but aaply gives a result in which the applied .margin(s) do not appear last in...
2010 Sep 10
0
plyr: version 1.2
plyr is a set of tools for a common set of problems: you need to __split__ up a big data structure into homogeneous pieces, __apply__ a function to each piece and then __combine__ all the results back together. For example, you might want to: * fit the same model each patient subsets of a data frame...
2010 Sep 10
0
plyr: version 1.2
plyr is a set of tools for a common set of problems: you need to __split__ up a big data structure into homogeneous pieces, __apply__ a function to each piece and then __combine__ all the results back together. For example, you might want to: * fit the same model each patient subsets of a data frame...
2007 May 28
2
Rails, respond_to? over anonymous module (extend has_many).
Hello List, I''m trying to generate examples for some list-helpers I have coded which use in my projects. Basically, the Playlist class uses one anonymous module in has_many that acts as helper between acts_as_list and my desired API: class Playlist < ActiveRecord::Base # associations go here has_many :playlist_items, :order => :position, :dependent => :destroy has_many
2008 Jun 25
1
Re:%20%5Bsyslinux%5D%20PXELinux%20/%20gPXE%20no%20IP%20by%20DHCP&In-Re ply-To=%3C485BE4C7.1090505%40zytor.com%3E
I am pushing the undionly.kpxe to clients, and serving pxelinux.0 from SYSLinux3.70-pre19. The hardware is not very relevant, I am using VMWare Workstation 6 (e1000 adapter). I've tested it on real network cards like Intel, Broadcom and NVidia 1000 mbit , and they all boot successfully. This problem seems like a VMWare - gPXE incompatibility issue. -- Matthew Steggink
1999 Nov 04
1
Problem joining a domain
...etbios name already connected to the domain. In that case, smbpasswd isn't looking at the netbios name specified in the smb.conf file.... _____________________________________________________________ Email addresses, faxes, and any other means of electronic contact are for the business use of Ply Marts, Inc., its employees, suppliers, and any other party interested in the business of Ply Marts, Inc. Individuals using computer systems owned or operated by Ply Marts, Inc. do so subject to applicable laws and company policies. Ply Marts, Inc. disclaims all responsibility and/or warranties for...
1999 Nov 04
1
Confusion over how to configure WINS
...at the home office? Our network is private 10.*.*.* addressing, fully subnetted with each remote site having either a /19 or /24 subnet mask. _____________________________________________________________ Email addresses, faxes, and any other means of electronic contact are for the business use of Ply Marts, Inc., its employees, suppliers, and any other party interested in the business of Ply Marts, Inc. Individuals using computer systems owned or operated by Ply Marts, Inc. do so subject to applicable laws and company policies. Ply Marts, Inc. disclaims all responsibility and/or warranties for...
2009 Jun 03
0
fitting polynomial, for integration.
...he polynomial intercept is correct, however the gradient is well below the actual dataset, and does not follow the same contour. A code snippet and output are provided below. Any help would be much appreciated. Thanks, Blaise. lddata.mdl <- lm(lddata[,2]~poly(lddata[,1],9,raw=TRUE)) lddata.ply <- polynom(lddata.mdl$coefficients); lddata.int <- integral(lddata.ply); plot(lddata[,1],lddata[,2],pch=".") lines(predict(lddata.ply,timeseq),col=4,lwd=2,lty=1) lines(predict(lddata.mdl,newdata=list(timeseq=x)),col=4,lwd=2,lty=1) The coefficients from lddata.mdl are: (Intercept)...
2013 Nov 05
2
[LLVMdev] Compiling issues: undefined reference to `.Lline_table_start1'
What do you mean by test case please ? Using the following commands to compile mcf program can reproduce such issue all the time. Probably it is my version's problem. Because I checked out 3.3version from SVN before published. Could you tell me where Manman modified ? I cannot port to new version very quickly after changing it a lot already. Thanks, - Pengcheng On Nov 5, 2013, at
2009 Apr 15
0
plyr version 0.1.7
plyr is a set of tools for a common set of problems: you need to break down a big data structure into manageable pieces, operate on each piece and then put all the pieces back together. For example, you might want to: * fit the same model to subsets of a data frame * quickly calculate summary sta...
2009 Apr 15
0
plyr version 0.1.7
plyr is a set of tools for a common set of problems: you need to break down a big data structure into manageable pieces, operate on each piece and then put all the pieces back together. For example, you might want to: * fit the same model to subsets of a data frame * quickly calculate summary sta...
2013 Nov 05
0
[LLVMdev] Compiling issues: undefined reference to `.Lline_table_start1'
Hi, What version of clang are you using? I think r174785 is the fix. Manman On Tue, Nov 5, 2013 at 11:04 AM, lipengcheng <pli at cs.rochester.edu> wrote: > What do you mean by test case please ? Using the following commands to > compile mcf program > can reproduce such issue all the time. > > Probably it is my version's problem. Because I checked out 3.3version from
2013 Nov 05
1
[LLVMdev] Compiling issues: undefined reference to `.Lline_table_start1'
Also r174479. Manman On Tue, Nov 5, 2013 at 11:11 AM, Manman Ren <manman.ren at gmail.com> wrote: > Hi, > > What version of clang are you using? I think r174785 is the fix. > > Manman > > > On Tue, Nov 5, 2013 at 11:04 AM, lipengcheng <pli at cs.rochester.edu> wrote: > >> What do you mean by test case please ? Using the following commands to
2019 Apr 03
2
SAMBA 48 - Dependencies Python27 vs python36
Hello Everyone, Good morning/afternoon/evening. Is there any chance to have SAMBA 48 working with Python36 and its derivatives? ( py36-dnspython-1.15.0.txz. py36-iso8601-0.1.11.txz, py36-ply-3.11.txz, py36-setuptools-40.6.2.txz) Currently SAMBA 48 requires python 26, but that is conflicting with existing packages in the server that is using py36. Any way to work around that issue? Thanks Much! Fabricio.
2012 Oct 10
3
How to replicate SAS by group processing in R
...012 C 9/16/2012 16 9/12/2012 C 9/16/2012 17 to get the following results: tdate stock_symbol expiration strike 9/11/2012 C 9/16/2012 11 9/12/2012 C 9/16/2012 14 How would I replicate this kind of logic in R? I have seen PLY & data.table packages mentioned but don't see how they would do the job. Thanks ahead for your help -- View this message in context: http://r.789695.n4.nabble.com/How-to-replicate-SAS-by-group-processing-in-R-tp4645753.html Sent from the R help mailing list archive at Nabble.com.
2005 Aug 17
2
MMX loop filter for theora-exp
...r we must transpose + the values in four mmx regs. When halfs is done we repeat for rest. + +TODO: some instruction stalls can be avoided + +*/ + +static void loop_filter_h_mmx(unsigned char *_pix,int _ystride,int *_bv){ + _pix-=2; + OC_LOOP_H_4x4 +_pix+=_ystride*4; + OC_LOOP_H_4x4 +} + +/*Apply the loop filter to a given set of fragment rows in the given plane. + The filter may be run on the bottom edge, affecting pixels in the next row of + fragments, so this row also needs to be available. + _bv: The bounding values array. + _refi: The index of the frame buffer to filte...
2007 Sep 17
2
Echocancellation on windows
...n 250 ms of difference). Which of course breaks echocancellation. I've tried playing the audio through mmsystem, directsound also using portaudio lib. The only way of playing audio correctly was using audacity binary version for windows. I've also tried compiling audacity from source and plying with it - and again the problem persists. I've also determined that with audacity binary version that if the sound is too load, I've put the volume on max value this problem occurs again. Any ideas? Can you point me of working solution I can look at ? Thanks damencho
2019 May 10
4
Asterisk 13.26.0 webRTC: Asterisk not passing along video
Hello I am trying to set up webRTC video calls from my Chrome webbrowser (Fedora) to my Chrome webbrowser (Windows 10). There is local video input (I can see myself), but never video on the receiving side. This is the case in both directions (so it makes no difference which peer is calling which peer). Both webRTC SIP peers have opus and H264 codec in their peer definition :   Video
2012 Jul 11
4
[LLVMdev] Introductions to everyone and a call for Python-LLVM enthusiasts
...icial Python bindings as well as maintain these bindings. As an anecdote to the power and functionality of the llvm-py bindings: a few weeks ago, Dave Beazley (a Python guru) taught a compiler "Master" course in Chicago where the students basically all wrote a compiler in python using ply and llvm-py. It was amazing and very empowering. Several people in that course caught the "bug" of LLVM and Python. We had a to fix a few buglets in llvm-py around static global string initialization, but those changes were pretty simple. We have ambitious goals for Numba which are...