search for: imiss

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

Did you mean: miss
2011 Mar 02
2
*** caught segfault *** when using impute.knn (impute package)
...rror when calling the impute.knn function (see the screenshot below). what is the problem here and how can it be solved? screenshot: ################## *** caught segfault *** address 0x513c7b84, cause 'memory not mapped' Traceback: 1: .Fortran("knnimp", x, ximp = x, p, n, imiss = imiss, irmiss, as.integer(k), double(p), double(n), integer(p), integer(n), PACKAGE = "impute") 2: knnimp.internal(x, k, imiss, irmiss, p, n, maxp = maxp) 3: knnimp(x, k, maxmiss = rowmax, maxp = maxp) 4: impute.knn(dummy0, k) Possible actions: 1: abort (with core dump, if...
2007 Apr 25
0
[LLVMdev] LLVM projects: Change framework
Jakob, What exactly can you describe in this change language? There is a lot of research happening now on techniques to identify the best sequence of optimizations for a particular program, or just the best output form for the program. There are no really good infrastructures for this kind of work, but we have been interested in making LLVM useful for such work. (LLVM has been used
2007 Apr 25
4
[LLVMdev] LLVM projects: Change framework
hi all, I have used LLVM extensively over the last 2 years. I have realized a so called change framework that based on the LLVM framework. Basically it is a framework that augments the JIT to understand "changes", such that a mutator process can formulate changes in a change language (inspired by DTrace's D), which is too compiled to LLVM and sent to the application process.