[R] [klaR package] [NaiveBayes] warning message numerical 0 probability

2010-11-03 Thread Fabon Dzogang
same message over a small toy example. Thank you, Fabon Dzogang. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide comm

Re: [R] [klaR package] [NaiveBayes] warning message numerical 0 probability

2010-11-16 Thread Fabon Dzogang
Thank you very much for this clarification, Sincerely, Fabon Dzogang. 2010/11/15 Uwe Ligges : > > > On 03.11.2010 16:26, Fabon Dzogang wrote: >> >> Hi, >> >> I run R 2.10.1 under ubuntu 10.04 LTS (Lucid Lynx) and klaR version 0.6-4. >> >> I compute

[R] [caret package] [trainControl] supplying predefined partitions to train with cross validation

2011-05-05 Thread Fabon Dzogang
eated with createFolds) in this setting. Any help ? Thank you and great package by the way ! Fabon Dzogang. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.o

Re: [R] [caret package] [trainControl] supplying predefined partitions to train with cross validation

2011-05-06 Thread Fabon Dzogang
) for 1st fold in x, such that you > can use it as a test set and remaining can be used as train set for #1st > iteration. > > x<-which(number==k) > > On Thu, May 5, 2011 at 11:43 PM, Fabon Dzogang > wrote: >> >> Hi all, >> >> I run R 2.11.1 under ubuntu

Re: [R] [caret package] [trainControl] supplying predefined partitions to train with cross validation

2011-05-10 Thread Fabon Dzogang
ds(), it will do 10-fold cv. MAx On Fri, May 6, 2011 at 12:32 PM, Fabon Dzogang wrote: > Hello, > > Thank you for your reply but I'm not sure your code answers my needs, > from what I read it creates a 10-fold partition and then extracts the > kth partition for future processing