search for: oversaw

Displaying 7 results from an estimated 7 matches for "oversaw".

Did you mean: overlap
2010 Oct 25
1
online course: SVM in R with Lutz Hamel at statistics.com
...e machine learning and data mining group there. He is the author of Knowledge Discovery with Support Vector Machines (the course text). Before becoming an academic, Dr. Hamel was Director of Software Development at Thinking Machine Corporation, and Vice President of R&D for Bluestreak, where he oversaw the development of advanced technologies for online ad delivery and optimization, and directed the building of a next generation data warehouse-driven system for campaign analysis and design tools. Participants can ask questions and exchange comments with Dr. Hamel via a private discussion board t...
2020 Aug 17
2
Get all symbols stored(?)in llvm::orc::ExecutionSession
Hi Bjoern, Did you see my previous reply? There's no way to do this currently. ORC assumes you know all the symbols, > since you added the modules defining them. > For testing / debugging you can dump the modules to stderr using > ExecutionSession::dump, but that's about it. > Do you want the symbols for diagnostic purposes, or some other reason? Regards, Lang. On Mon, Aug
2020 Aug 18
2
Get all symbols stored(?)in llvm::orc::ExecutionSession
...MaterializationUnit added to the JIT, which gives you an opportunity to iterate over the symbols that it provides and record them. Regards, Lang. On Mon, Aug 17, 2020 at 11:16 PM Gaier, Bjoern <Bjoern.Gaier at horiba.com> wrote: > Hey Lang, > > > > Oh shoot… seems like I oversaw it… Sorry sorry sorry! (I was 5 weeks away > but I thought I checked all mails correctly >o<) > > > > I think ORCs assumption is correct, currently I do extract the symbols > which I care about via the modules, but when writing the code I was like > “why do I have to do i...
2012 Aug 08
3
Outer product from matrix by row and a vector
Dear all, I am facing a challenge when applying the outer product with a matrix by rows. What I have is a rather big matrix, which I would like to convert into a different matrix by doing something like outer(matrix_row, vector, function(x,y) x[1]+5*x[4]/y) In order to get there, I tried to get the matrix into a list using the mefa package, as subsetting the original data appears too
2004 Dec 14
2
Leadership change
Greetings all, Sadly, I must announce my "retirement" as the wxruby project leader. I still believe in the project, and really want it to succeed. Unfortunately, there are other projects that are higher priority for me right now. I cannot be an effective wxruby lead at this time. Perhaps at some point in the future, wxruby will again become a top priority for me. If that happens,
2016 Jul 12
3
Forking and adapting an R package
Hello. I'm trying to adapt the package ?hexbin? to suit my needs. This is the first time I do this. I've read a bit through Hadley's ?R packages?, but now I'm pretty lost (from a workflow point of view). I am using RStudio and Hadley's devtools. So I forked the repo I want to adapt: https://github.com/grssnbchr/hexbin and cloned it using RStudio (I created a new project).
2016 Jul 12
3
Forking and adapting an R package
Hello. I'm trying to adapt the package ?hexbin? to suit my needs. This is the first time I do this. I've read a bit through Hadley's ?R packages?, but now I'm pretty lost (from a workflow point of view). I am using RStudio and Hadley's devtools. So I forked the repo I want to adapt: https://github.com/grssnbchr/hexbin and cloned it using RStudio (I created a new project).