similar to: using created R objects in a program

Displaying 20 results from an estimated 30000 matches similar to: "using created R objects in a program"

2005 Jan 14
2
probabilty calculation in SVM
Hi All, In package e1071 for SVM based classification, one can get a probability measure for each prediction. I like to know what is method that is used for calculating this probability. Is it calculated using logistic link function? Thanks for your help. Regards, Raj
2004 Dec 16
2
reading svm function in e1071
Hi, If I try to read the codes of functions in e1071 package, it gives me following error message. >library(e1071) > svm function (x, ...) UseMethod("svm") <environment: namespace:e1071> > predict.svm Error: Object "predict.svm" not found > Can someone help me on this how to read the codes of the functions in the e1071 package? Thanks. Raj
2004 Oct 25
1
Feature selection
Hello, I want to do feature selection for classification purpose (using lda). Can someone point me to any R package or S-plus package for this? Something like SFS or SFFS method would be useful for me. Thanks. Raj [[alternative HTML version deleted]]
2004 Dec 29
1
predict.glm
Hi All, Sorry for this is a very naive question. I am trying to do binary classification (male vs female) using glm using following data: X1 X2 X3 Class 2.3 4.5 2.1 Male 0.9 3.2 1.6 Male 1.7 1.8 2.6 Feamle I am trying to use predict.glm for prediction with type="respose" which gives the predicted probabilities as per documentation. My
2008 Sep 09
1
fBasics package: dnig
Hi, I am trying to calculate probability density of normal inverse gaussian distribution. I am using dnig function of fBasics package. However, I am getting following result. The density at x = 0.003042866 is: > dnig(x= 0.003042866, alpha=5.184868, beta= 0.11841, delta= 0.06038513, mu= -0.0003520626) [1] 6.550251 I am not sure why it is 6.550251. Can anyone tell me why density is more than
2004 Dec 27
1
classification using logistic regression
Dear Colleagues, I would like to do classification using logistic regression. Which R package can I use? Also is there any package for feature selection for logistic regression based method? Thanks a lot in advance. Happy holidays. Regards, Raj [[alternative HTML version deleted]]
2004 Dec 28
1
glm vs multinom
Dear Colleagues, I am doing two class classification using logistic regression. I realized that I can either use "glm" function or "multinom" function. I know "multinom" is used for multiclass classification. But if I was it for binary classification, I was wondering if there is an difference in the results compared to "glm" results. Thanks in advance.
2017 Oct 31
2
[Bug 13112] New: receive_xattr heap overread with non null terminated name and xattr filter
https://bugzilla.samba.org/show_bug.cgi?id=13112 Bug ID: 13112 Summary: receive_xattr heap overread with non null terminated name and xattr filter Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core
2016 May 16
4
asterisk admin interface
On May 16, 2016 22:15, "Telium Technical Support" <support at telium.ca> wrote: > > You don't mention a configuration generator (like Elastix/FreePBX) so I'll > assume you are using a plain old vanilla Asterisk installation. In which > case all user/endpoint information is kept in config (ini) files, and no > user/endpoint manipulation is done through the
2015 Sep 14
2
[PATCH] Dont bypass compiler driver for Dependency generation options
> On Sep 13, 2015, at 11:04 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > > On Thu, Sep 10, 2015 at 1:55 AM, Khem Raj via Syslinux > <syslinux at zytor.com> wrote: >> We can let compiler driver pass the right options to preprocessor after >> processing -Mxy options, right now its bypassing the gcc driver and >> handing them straight to cpp >>
2010 Sep 03
1
Help on Select.list
Hi R, I am using select.list names=c("Ravi", "Raj","Shubha","Nivriti") select.list(names) provides a drop down to choose one of the 4 names. However I would like to know if it is possible to create a classification something like this select.list(names) should give Boys Ravi Raj Girls Shubha Nivriti I should be able to choose
2011 Jun 30
4
XCP and OpenXenCenter
I just noticed OpenXenCenter (aka OpenXenManager) that is an open source replacement for Citrix's XenCenter. This tool works with XenServer. But as per the blog entry: http://blog.xen.org/index.php/2010/02/09/xen-cloud-platform-installation/ it is also supposed to work with Xen Cloud Platform. XCP is licensed GPL2 and is a combination of multiple packages. Has the team looked at the
2009 Jan 17
2
DierckxSpline segfault
I've just encountered a segfault when using DierckxSpline::percur function. Below is the minimal example which triggers the error: --- library(DierckxSpline) x <- 1:10 y <- rep(0, 10) pspline <- percur(x, y) --- *** caught segfault *** address (nil), cause 'memory not mapped' Traceback: 1: .Fortran("percur", iopt = as.integer(iopt), m = as.integer(m), x =
2017 Mar 14
2
[cfe-dev] [4.0.0 Release] 'final' has been tagged
On Mon, Mar 13, 2017 at 10:09 PM, Khem Raj <raj.khem at gmail.com> wrote: > Hi Hans > > On 3/10/17 1:10 PM, Hans Wennborg wrote: >> Hi Khem, >> >> On Fri, Mar 10, 2017 at 1:03 PM, Khem Raj via llvm-dev >> <llvm-dev at lists.llvm.org> wrote: >>> On Fri, Mar 10, 2017 at 7:01 AM, Renato Golin via llvm-dev >>> <llvm-dev at
2015 Sep 10
3
[PATCH] Dont bypass compiler driver for Dependency generation options
We can let compiler driver pass the right options to preprocessor after processing -Mxy options, right now its bypassing the gcc driver and handing them straight to cpp This also helps in other compilers processing these options correctly for their preprocessors consumption Signed-off-by: Khem Raj <raj.khem at gmail.com> --- mk/syslinux.mk | 4 ++-- 1 file changed, 2 insertions(+), 2
2001 Oct 19
1
rsync errors
Ah... there's your answer. ssh is working fine, as you say, but you're invoking rsync without telling it to user ssh, so it's using rsh. If you've got this, you don't need rsyncd.conf. The syntax you're using tells rsync to use an external transport. rsync -e ssh file rmt_host:/tmp Tim Conway tim.conway@philips.com 303.682.4917 Philips Semiconductor - Longmont TC 1880
2011 Mar 10
1
ChanSpy with alphanumeric SIP channels [1.6.2]
Hi, I'm using SIP users of the form 'ab_12345' (two letters, underscore, 5 digits). ChanSpy is working fine for listening in to conversations initiated by these channels, and I can use '*' to randomly switch channels. However, is there any way in this scenario to be able to switch ChanSpy to a specific channel by typing in a ...# key sequence during a spy session?
2004 Sep 30
1
Vectorising and loop (was Re: optim "a log-likelihood function")
>From: Sundar Dorai-Raj <sundar.dorai-raj at PDF.COM> >Reply-To: sundar.dorai-raj at PDF.COM >To: Zhen Pang <nusbj at hotmail.com> >CC: r-help at stat.math.ethz.ch >Subject: Vectorising and loop (was Re: [R] optim "a log-likelihood >function") >Date: Wed, 29 Sep 2004 18:21:17 -0700 > > > >Zhen Pang wrote: > >> >>I also use
2011 Aug 03
2
Problem with samba share file permissions: Write protection is not working as expected
From: raj kernel <raj.kernel at gmail.com> Date: Wed, 3 Aug 2011 18:35:16 +0530 > I have configured samba server on a Linux machine. My smb.conf for the samba > share is as follows: > > [data1] > path = /mnt/data1 > guest ok = yes > public = yes > writable = yes > read only = no > create mode = 0777 > directory mode = 0777 > printable = no > > I
2001 Jul 07
2
font metrics updated on each program launch
Everytime I start a program with wine-20010629 on Red Hat Linux, font metrics get updated. I am getting fonts through the Xserver (no xfont server) (currently M$, ghostscript, Type1, misc and 75dpi fonts) Is this behaviour normal? Everytime this happens, I get lots of output like fixme:font:LFD_InitFontInfo DBCS fonts like '-urw-century schoolbook