search for: setpars

Displaying 20 results from an estimated 38 matches for "setpars".

Did you mean: getpars
2006 Jan 08
1
confint/nls
...ns <- getRHS.noVarying() *************** *** 331,337 **** else { vary }, envir = thisEnv) ! gradCall[[length(gradCall)]] <<- useParams if(all(useParams)) { assign("setPars", setPars.noVarying, envir = thisEnv) assign("getPars", getPars.noVarying, envir = thisEnv) --- 331,337 ---- else { vary }, envir = thisEnv) ! gradCall[[length(gradCall)-1]] <...
2011 Oct 31
1
Question about copying reference objects using the initialize method
Dears, I have a question about copying reference objects using the initialize method. 1) If the latter has no arguments, there is no problem to copy an object. myClass = setRefClass("myClass", fields = list(value = "numeric") ) myClass$methods(initialize = function(...){ ? value <<- 1 ? callSuper(...) }) newObject = myClass$new() newObject$value = 2 copyObject =
2010 Aug 13
2
Unable to retrieve residual sum of squares from nls output
...> ..$ formula :function () > ..$ deviance :function () > ..$ lhs :function () > ..$ gradient :function () > ..$ conv :function () > ..$ incr :function () > ..$ setVarying:function (vary = rep(TRUE, length(useParams))) > ..$ setPars :function (newPars) > ..$ getPars :function () > ..$ getAllPars:function () > ..$ getEnv :function () > ..$ trace :function () > ..$ Rmat :function () > ..$ predict :function (newdata = list(), qr = FALSE) > ..- attr(*, "class&...
2010 Jun 14
1
[LLVMdev] Block management
Hi Chris, >> In my code generator, I need to prepare a block and add instructions to it, then insert this block in a function defined later (that is I cannot create the function at the beginning stage become some info are not available yet). I tried to create a block without any "parent" (BasicBlock::Create(getGlobalContext(), "init"), fill it, but how to link it with
2005 May 31
2
[LLVMdev] setting instruction parents
When one moves an instruction from one BasicBlock to another, the instruction continues to believe that its parent is the original BasicBlock. This is very undesirable. Is there a way to set the parent or a way to move the instruction such that the parent is updated correctly?
2005 May 31
0
[LLVMdev] setting instruction parents
Currently, my way around this was to go into Instruction.h and make setParent() public. I hope there is a better way? -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Patrick Meredith Sent: Tuesday, May 31, 2005 8:17 AM To: 'LLVM Developers Mailing List' Subject: [LLVMdev] setting instruction parents When one moves an
2005 May 31
1
[LLVMdev] setting instruction parents
On Tue, May 31, 2005 at 08:42:26AM -0500, Patrick Meredith wrote: > Currently, my way around this was to go into Instruction.h and make > setParent() public. I hope there is a better way? You shouldn't be modifying the API like this ... > When one moves an instruction from one BasicBlock to another, the > instruction continues to believe that its parent is the original >
2013 May 28
6
Ocultar componentes de una lista
...ction () ..$ fitted :function () ..$ formula :function () ..$ deviance :function () ..$ lhs :function () ..$ gradient :function () ..$ conv :function () ..$ incr :function () ..$ setVarying:function (vary = rep(TRUE, length(useParams))) ..$ setPars :function (newPars) ..$ getPars :function () ..$ getAllPars:function () ..$ getEnv :function () ..$ trace :function () ..$ Rmat :function () ..$ predict :function (newdata = list(), qr = FALSE) ..- attr(*, "class")= chr "nlsModel" $...
2018 May 05
0
Bug in profile.nls with algorithm = "plinear"
...gt; Waiting for profiling to be done... #R> Error in attr(ans, "gradient")[c(TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, : #R> (subscript) logical subscript too long traceback() # [output output abbreviated] ##### # It seems to fail due to the dimension in gradCall environment(f1$m$setPars)$gradCall #R> attr(ans, "gradient")[c(TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, #R> TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE), #R> c(TRUE, TRUE, TRUE, TRUE), drop = FALSE] (ca <- environment(f2$m$setPars)$gradCall) #R> attr(ans, "gradient")[c(TRUE,...
2013 May 28
3
Ocultar componentes de una lista
.....$ resid :function () ..$ fitted :function () ..$ formula :function () ..$ deviance :function () ..$ lhs :function () ..$ gradient :function () ..$ conv :function () ..$ incr :function () ..$ setVarying:function (vary = rep(TRUE, length(useParams))) ..$ setPars :function (newPars) ..$ getPars :function () ..$ getAllPars:function () ..$ getEnv :function () ..$ trace :function () ..$ Rmat :function () ..$ predict :function (newdata = list(), qr = FALSE) ..- attr(*, "class")= chr "nlsModel" $ convInfo :L...
2005 Apr 20
4
[LLVMdev] "Refactoring" Basic Blocks into a new function
I have two very specific questions about LLVM, but first let me give you the general overview of what I am trying to achieve. I have some section of a function that I want to replace with a function call to a brand new function. For example, I want to take the following function: function foo: code A <--- CUT code B <--- CUT code C and (approximately) convert it into: function foo:
2013 May 28
3
Ocultar componentes de una lista
...ction () ..$ fitted :function () ..$ formula :function () ..$ deviance :function () ..$ lhs :function () ..$ gradient :function () ..$ conv :function () ..$ incr :function () ..$ setVarying:function (vary = rep(TRUE, length(useParams))) ..$ setPars :function (newPars) ..$ getPars :function () ..$ getAllPars:function () ..$ getEnv :function () ..$ trace :function () ..$ Rmat :function () ..$ predict :function (newdata = list(), qr = FALSE) ..- attr(*, "class")= chr "nlsModel" $...
2010 Jun 13
2
[LLVMdev] Block management
Hi, In my code generator, I need to prepare a block and add instructions to it, then insert this block in a function defined later (that is I cannot create the function at the beginning stage become some info are not available yet). I tried to create a block without any "parent" (BasicBlock::Create(getGlobalContext(), "init"), fill it, but how to link it with the created
2010 Jun 13
0
[LLVMdev] Block management
On Jun 13, 2010, at 2:12 AM, Stéphane Letz wrote: > Hi, > > In my code generator, I need to prepare a block and add instructions to it, then insert this block in a function defined later (that is I cannot create the function at the beginning stage become some info are not available yet). I tried to create a block without any "parent" (BasicBlock::Create(getGlobalContext(),
1999 Mar 30
0
Prototype nls library for R using closures
...functions _and_ the environment in which they were created. That is, it is a list of function closures that share the same environment. This is similar in flavor to the example in the demos/language/scoping.R file. All of the functions in an nlsModel object behave like accessor methods except for setPars which sets a new value of the parameters. Using the nlsModel object and its methods, the nls function itself becomes trivial. This style of programming is directly inspired by the presentation that Robert Gentleman made on the last day of the Distributed Statistical Computing - Vienna '99 conf...
2013 May 28
0
Ocultar componentes de una lista
...:function () > ..$ formula :function () > ..$ deviance :function () > ..$ lhs :function () > ..$ gradient :function () > ..$ conv :function () > ..$ incr :function () > ..$ setVarying:function (vary = rep(TRUE, length(useParams))) > ..$ setPars :function (newPars) > ..$ getPars :function () > ..$ getAllPars:function () > ..$ getEnv :function () > ..$ trace :function () > ..$ Rmat :function () > ..$ predict :function (newdata = list(), qr = FALSE) > ..- attr(*, "class")= chr &q...
2013 May 28
0
Ocultar componentes de una lista
...ction ()    ..$ fitted    :function ()    ..$ formula   :function ()    ..$ deviance  :function ()    ..$ lhs       :function ()    ..$ gradient  :function ()    ..$ conv      :function ()    ..$ incr      :function ()    ..$ setVarying:function (vary = rep(TRUE, length(useParams)))    ..$ setPars   :function (newPars)    ..$ getPars   :function ()    ..$ getAllPars:function ()    ..$ getEnv    :function ()    ..$ trace     :function ()    ..$ Rmat      :function ()    ..$ predict   :function (newdata = list(), qr = FALSE)    ..- attr(*, "class")= chr "nlsModel" $...
2013 May 28
0
Ocultar componentes de una lista
...:function () > ..$ formula :function () > ..$ deviance :function () > ..$ lhs :function () > ..$ gradient :function () > ..$ conv :function () > ..$ incr :function () > ..$ setVarying:function (vary = rep(TRUE, length(useParams))) > ..$ setPars :function (newPars) > ..$ getPars :function () > ..$ getAllPars:function () > ..$ getEnv :function () > ..$ trace :function () > ..$ Rmat :function () > ..$ predict :function (newdata = list(), qr = FALSE) > ..- attr(*, "class")= chr &q...
2013 May 29
0
Ocultar componentes de una lista
...:function () > ..$ formula :function () > ..$ deviance :function () > ..$ lhs :function () > ..$ gradient :function () > ..$ conv :function () > ..$ incr :function () > ..$ setVarying:function (vary = rep(TRUE, length(useParams))) > ..$ setPars :function (newPars) > ..$ getPars :function () > ..$ getAllPars:function () > ..$ getEnv :function () > ..$ trace :function () > ..$ Rmat :function () > ..$ predict :function (newdata = list(), qr = FALSE) > ..- attr(*, "class")= chr &q...
2011 Feb 18
0
Wine release 1.3.14
The Wine development release 1.3.14 is now available. What's new in this release (see below for details): - Many cleanups to address Valgrind and Clang warnings. - Support for creating compressed cabinet files. - Translation updates. - Various bug fixes. The source is available from the following locations: http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.3.14.tar.bz2