search for: smartened

Displaying 5 results from an estimated 5 matches for "smartened".

Did you mean: shortened
2012 Apr 29
1
CForest Error Logical Subscript Too Long
Hi, This is my code (my data is attached): library(languageR) library(rms) library(party) OLDDATA <- read.csv("/Users/Abigail/Documents/OldData250412.csv") OLDDATA$YD <- factor(OLDDATA$YD, label=c("Yes", "No"))? OLDDATA$ND <- factor(OLDDATA$ND, label=c("Yes", "No"))? attach(OLDDATA) defaults <- cbind(YD, ND) set.seed(47) data.controls
2000 Dec 07
0
Announcing (R-version): smart prediction
...r Everybody, Version 0.5 of the smart prediction library smartpred is now available. The smartpred library consists of some modified existing and new functions to fix a problem relating to the modelling functions lm and glm. The modified versions now remember the "parameters" of special smartened functions (bs, ns, scale and poly are supplied). We call this "smart" prediction. The parameters are saved on the fitted model object, and are retrieved when predictions are made from the model. Users can easily smarten their own functions - guidelines are given. Another problem (or bette...
2011 Jul 27
1
can you see the present?
here's a little present for y'all... > http://jaguarps.com/tools/jaguar-editor-727.png that's a screenshot of my latest project... i've slapped a little text-editor in front of my e-book conversion routines, so that the feedback loop becomes much tighter, goosing the learning process considerably. no more mystery about whether it's right; if it looks correct in the
2007 Dec 08
1
[LLVMdev] Calling functions defined in .o files in LLVM code executed in lli
Assuming the run-time library is in C, is there a reason why you cannot also compile that to LLVM? You could get significantly better optimization via LTO that way. --Vikram http://www.cs.uiuc.edu/~vadve http://llvm.org On Dec 8, 2007, at 12:12 AM, Chris Lattner wrote: > > On Dec 7, 2007, at 6:38 AM, John van Schie wrote: > >> Hi, >> >> This is probably an easy
2003 Sep 25
15
CDR Web Search Frontend
*This message was transferred with a trial version of CommuniGate(tm) Pro* Hey all, I've just done a quick (but functional) web front end for searching the CDRs in a MySQL database. Anyone interested in trying it out? I'm wondering what to add to it next. So far you can seach using source, destination, CLI, channel and date ranges. It also displays ALL fields in the database table.