Displaying 20 results from an estimated 1200 matches similar to: "book about "support vector machines""
2010 Jul 09
1
interpretation of svm models with the e1071 package
Dear all,
after having calibrated a svm model through the svm() command of the
e1071 package, is there a way to
i) represent the modeled relationships between the y and X variables
(response variable vs. predictors)?
ii) rank the influence of the predictors used in the model?
Right now I am more interested in regression models, but I guess this
would be useful for classification too.
Thank
2005 Nov 09
1
Replace missing values in spatial design using moving average
Dera R helpers,
I have a (x,y,z) data file where x and y are spatial coordinates and z a
variable. I have some missing values in the z column and I would like to
replace them with an optimized estimation from the neighbour cells. I could
not find any function in R to do that. Is anybody aware of such function ?
Maybe someone knows how to implement the Papadakis method in R...
Thanks for your
2005 Jul 13
1
Boxcox transformation / homogeneity of variances
Dear r-helpers,
Prior to analysis of variance, I ran the Boxcox function (MASS library) to
find the best power transformation of my data. However, reading the Boxcox
help file, I cannot figure out if this function (through its associated
log-likelihood function) corrects for * normality only * or if it also
induces * homogeneity of variances *. I found in Biometry (Sokal and Rohlf,
p. 419)
2001 Apr 05
1
No subject
R-helpers,
Beginner in R language, I have a problem to install a package (multiv) in R
for Windows 98 (R-Gui)
First I have got the multiv.zip file from the CRAN precompiled contributed
packages for Windows and put this file in C:/Program Files/rw1022.
in R-Gui I tried to install it as following
> install.packages("C:/Program Files/rw1022/multiv.zip")
I received the following
2011 Jan 07
2
Stepwise SVM Variable selection
I have a data set with about 30,000 training cases and 103 variable.
I've trained an SVM (using the e1071 package) for a binary classifier
{0,1}. The accuracy isn't great.
I used a grid search over the C and G parameters with an RBF kernel to
find the best settings.
I remember that for least squares, R has a nice stepwise function that
will try combining subsets of variables to find
2010 Nov 27
4
Combind two different vector
Hi
I'm trying two combine two vectors that have different lengths. This without
recursive the shorter one. E.g.,
a <- seq(1:3)
b <- seq(1:6)
Thanks in advance
Serdar
[[alternative HTML version deleted]]
2010 Apr 06
3
svm of e1071 package
Hello List,
I am having a great trouble using svm function in e1071 package. I have 4gb of data that i want to use to train svm. I am using Amazon cloud, my Amazon Machine Image(AMI) has 34.2 GB of memory. my R process was killed several times when i tried to use 4GB of data for svm. Now I am using a subset of that data and it is only 1.4 GB. i remove all unnecessary objects before calling
2010 Nov 26
1
Issues with nnet.default for regression/classification
Hi,
I'm currently trying desperately to get the nnet function for training a
neural network (with one hidden layer) to perform a regression task.
So I run it like the following:
trainednet <- nnet(x=traindata, y=trainresponse, size = 30, linout = TRUE, maxit=1000)
(where x is a matrix and y a numerical vector consisting of the target
values for one variable)
To see whether the network
2010 Dec 02
1
kmeans() compared to PROC FASTCLUS
Hello all,
I've been comparing results from kmeans() in R to PROC FASTCLUS in SAS and
I'm getting drastically different results with a real life data set. Even
with a simulated data set starting with the same seeds with very well
seperated clusters the resulting cluster means are still different. I was
hoping to look at the source code of kmeans(), but it's in C and FORTRAN and
2010 Dec 10
2
Help..Neural Network
Hi all,
I am trying to develop a neural network with single target variable and 5
input variables to predict the importance of input variables using R. I used
the packages nnet and RSNNS. But unfortunately I could not interpret the out
put properly and the documentation of that packages also not giving proper
direction. Please help me to find a good package with a proper documentation
for neural
2010 Dec 10
2
spatial clusters
Dear all,
I am looking for a clustering method usefull to classify the countries in
some clusters taking account of: a) the geographical distance (in km)
between countries and b) of some macroeconomic indicators (gdp, life
expectancy...).
Are there some packages in R usefull for this?
Thanks a lot for your help,
Dorina
2006 Feb 28
3
does svm have a CV to obtain the best "cost" parameter?
Hi all,
I am using the "svm" command in the e1071 package.
Does it have an automatic way of setting the "cost" parameter?
I changed a few values for the "cost" parameter but I hope there is a
systematic way of obtaining the best "cost" value.
I noticed that there is a "cross" (Cross validation) parameter in the "svm"
function.
But I
2010 Dec 16
3
Reset R to a vanilla state
Hi all,
I need some help with R. I am looking for a function that puts R back into a
vanilla state (exactly the same when I just started it). Specifically I want
all objects in the workspace removed and all non-base packages detached and
unloaded; all base packages that are loaded on startup should remain loaded
(and preferably a .Rprofile executed as well). It would also be good if all
the
2012 Apr 03
1
e1071 tune.control() random parameter
I'm not sure what the parameter specifies:
random
if an integer value is specified, random parameter vectors are drawn from the parameter space.
What are the parameter vectors and what is the parameter space? What means drawn?
greetings
Jessi
[[alternative HTML version deleted]]
2010 Dec 10
2
Need help on nnet
Hi,
Am working on neural network.
Below is the coding and the output
> library (nnet)
> uplift.nn<-nnet (PVU~ConsumerValue+Duration+PromoVolShare,y,size=3)
# weights: 16
initial value 4068.052704
final value 3434.194253
converged
> summary (uplift.nn)
a 3-3-1 network with 16 weights
options were -
b->h1 i1->h1 i2->h1 i3->h1
16.64 6.62 149.93
2006 Jan 31
2
SVM question
I'm running SVM from e1071 package on a data with ~150 columns (variables)
and 50000 lines of data (it takes a bit of time) for radial kernel for
different gamma and cost values.
I get a very large models with at least
30000 vectors and the prediction I get is not the best one. What does it
mean and what could I do to ameliorate my model ?
Jerzy Orlowski
2010 Nov 30
5
how to know if a file exists on a remote server?
Hi,
I'd like to download some data files from a remote server, the problem
here is that some of the files actually don't exist, which I don't
know before try. Just wondering if a function in R could tell me if a
file exists on a remote server? I searched this mailing list and after
read severals mails, still clueless. Any help will be highly
appreciated.
B.C.
2003 Sep 15
0
Thanks Tom Dickson.... and the others
Hi:
I?m sorry I didn?t answer before, but I just couldn?t, I was too busy at my
job.
Tom, I did as you suggest me but it was a surprise, I don?t have acccess
to that web site!! I was not prompted for a password or any thing alike but
it was prohibited from my server. Nevertheless my workstation could do it.
I know you might be wondering: how come, but it?s simple. I have a RedHat
server
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
2003 Jan 08
2
Rcmd.exe in R 1.6.1 for windows?
Hello all.
I have just installed R version 1.6.1 for Windows on a XP machine.
I would like to use R in batch mode. For this, I looked for Rcmd.exe,
but did not find it.
Any hint where it could be?
(in version 1.4.1, it was in the bin directory...)
Fr?d?ric Darboux
.......................................................
INRA Orl?ans - Science du Sol
Avenue de la Pomme de Pin
BP 20619
F-45166