Re: [R] About classification methods.

2011-02-11 Thread Bert Gunter
> >> >> Which package should I using, and can I compare each classifier result by >> predictions? >> By prediction on the training data, emphastically no. By prediction on new data not used for training, yes. -- Bert __ R-help@r-project.org mailing lis

Re: [R] About classification methods.

2011-02-11 Thread David Winsemius
On Feb 11, 2011, at 1:36 PM, Jaeik Cho wrote: Dear R users, I'm new of the R, I really don't know much. I want classification some data (two class, many features and huge size of data) by using R. At this case, I want using Support Vector Machine, Bayes theory based classifier, Discrimi

[R] About classification methods.

2011-02-11 Thread Jaeik Cho
Dear R users, I'm new of the R, I really don't know much. I want classification some data (two class, many features and huge size of data) by using R. At this case, I want using Support Vector Machine, Bayes theory based classifier, Discriminant Analysis, Regression based at least. Which pack