Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

21 results for “from:Wee-Jin Goh”

What training algorithm does nnet package use?
Wee-Jin Goh · Nov 23, 2006 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20061123/9ac6786c/attachment.pl

Block comments in R?
Wee-Jin Goh · Oct 5, 2006 · r-help

Hello list, Is there any way to perform a block comment in R? In C++, anything in between a /* and */ is considered a comment, and it allows programmers to comment out chunks of code for testing and debugging. Is there...

Speeding up small functions
Wee-Jin Goh · Nov 19, 2006 · r-help

Greetings list, In my code, I have a few small functions that are called very very frequently. An example of one such function is the following : sigmoid<-function(x) 1/(1+exp(-x)) Now, is there anyway to make this...

symbol.C is now deprecated?
Wee-Jin Goh · Dec 2, 2006 · r-help

Hello list, I have a function that I wrote in C to be called in R. I've done that using symbol.C, which is the method I came across on the internet. Now that it's supposed to be...

Some questions about plotting with R
Wee-Jin Goh · Oct 4, 2006 · r-help

On 4 Oct 2006, at 09:03, Robin Hankin wrote: > Hi Wee-Jin > > check out R-and-octave.txt, on the contributed docs section of CRAN. > > > HTH > > Robin > > -- > Robin Hankin > Uncertainty Analyst > National Oceanography Centre, Southampton > European Way, Southampton SO14...

Tweaking my plot of matrix as image
Wee-Jin Goh · Apr 12, 2007 · r-help

Greetings list, I have a rectangular 20 x 20 matrix with values in the range of [0 , 1]. I'd like to plot it as an image. To that end, I have used the image() function that seems to do...

Trouble passing arrays to C code
Wee-Jin Goh · Dec 2, 2006 · r-help

Thank you!!! That was the problem and now it's solved. Thanks for providing a fresh pair of eyes. Regards, Wee-Jin On 2 Dec 2006, at 15:17, Antonio, Fabio Di Narzo wrote: > > here 'steps' is double, was integer...

A statement over multiple lines (i.e. the ... feature in Matlab)
Wee-Jin Goh · Oct 5, 2006 · r-help

On 5 Oct 2006, at 08:39, Robin Hankin wrote: > Hi Wee-Jin > > you can block out bits of R code with > > if(FALSE){ > <code not executed> > } > > For the line breaking, R deals with incomplete lines by not > executing the...

What training algorithm does nnet package use?
Wee-Jin Goh · Nov 22, 2006 · r-help

Greetings list, I've just swapped from the "neural" package to the "nnet" package and I've noticed that the training is orders of magnitude faster, and the results are way more accurate. This leads me to wonder, what training...

Getting and using a function
Wee-Jin Goh · Apr 13, 2007 · r-help

> > One example among many: I tell it > > library (gam) all I get is an error message. > > Error in library (gam) : there is no package called 'gam' > > Well, does this mean what it says, or does it mean something > different? For...

Preventing early stopping in neural network (nnet package)
Wee-Jin Goh · Nov 30, 2006 · r-help

Hello there, I'm back again with another question about the neural network package. I'm having trouble getting the network to run for the maximum number of iterations. It always stops early, usually after 100 iterations claiming to have...

A statement over multiple lines (i.e. the ... feature in Matlab)
Wee-Jin Goh · Oct 5, 2006 · r-help

Hello again list, I thought I'd start a new thread, seeing as it's completely different from my previous question. Some functions I have written require many parameters, and so do not fit nicely into an 80 column width...

Complex plotting problem
Wee-Jin Goh · Nov 2, 2006 · r-help

Hello, I would like to make a plot (preferably lines, but points will do too), where the line segment changes color depending on the value of the y-axis. For example, let's suppose the y-axis range is from...

Some questions about plotting with R
Wee-Jin Goh · Oct 4, 2006 · r-help

> > This isn't in R-and-octave.txt: I'll add it when I get a minute. > > And come to think of it, R-and-octave.txt doesn't mention plot3, > probably because it's not implemented in octave AFAIR...

View code of function
Wee-Jin Goh · Nov 23, 2006 · r-help

Hi, Just type mean.default without the () and the code of the function will be displayed. Wee-Jin On 24 Nov 2006, at 06:31, Lize van der Merwe wrote: > Dear list > > I need to see the code behind a...

Some questions about plotting with R
Wee-Jin Goh · Oct 4, 2006 · r-help

Greetings list, I'm currently in the process of migrating some Matlab code to R. It's going well, but I'm running into trouble with plotting. There are a few questions I have. 1) Is there any way to...

writing character to a file in UTF-8
Wee-Jin Goh · Nov 23, 2006 · r-help

Hello, Have a look at the function iconv, which converts a character vector from one encoding to another. If you're not interested in converting from one encoding to another, and just want any character vector to be encoded as...

Creating a simple neural network with AMORE
Wee-Jin Goh · Nov 5, 2006 · r-help

Greetings list, Is there a way of creating a simple feedforward neural network with AMORE? I know this is possible using the "neural" package, but that package is rather slow compared to AMORE. It seems that AMORE needs a vector...

Simple question about Lists
Wee-Jin Goh · Nov 2, 2006 · r-help

Hello, I know this must be a very simple problem, but I can't work it out from the documentation that is available. I've got a list of data I would like to plot (the weights of a single...

What training algorithm does nnet package use?
Wee-Jin Goh · Nov 22, 2006 · r-help

Just to add to this, I also need to know what language is the "nnet" package written in? Is it in pure R or is it a wrapper for a C library. It really is performing very quickly, going through...

Can't find what you're looking for? Try searching with Google .