Re: Numerical attributes in NaiveBayes

2003-09-23 Thread Ken Williams
On Tuesday, September 23, 2003, at 09:12 AM, Dominique Vlieghe wrote: On Tue, 2003-09-23 at 16:00, Ken Williams wrote: Algorithm::NaiveBayes uses numerical attributes: $nb->add_instance (attributes => {foo => 1.7, bar => 3.234}, label => 'whatever'); Or do I misunderstand your ques

Re: Numerical attributes in NaiveBayes

2003-09-23 Thread Dominique Vlieghe
On Tue, 2003-09-23 at 16:00, Ken Williams wrote: > On Tuesday, September 23, 2003, at 02:21 AM, Dominique Vlieghe wrote: > > > Hi, > > > > I was wondering whether the NaiveBayes Modules (AI::NaiveBayes1 and > > Algorithm::NaiveBayes) are capable of handling numerical attributes. A > > first glanc

Re: Numerical attributes in NaiveBayes

2003-09-23 Thread Ken Williams
On Tuesday, September 23, 2003, at 02:21 AM, Dominique Vlieghe wrote: Hi, I was wondering whether the NaiveBayes Modules (AI::NaiveBayes1 and Algorithm::NaiveBayes) are capable of handling numerical attributes. A first glance on the code tells me they are not. Is this so and if yes, does anyone

Numerical attributes in NaiveBayes

2003-09-23 Thread Dominique Vlieghe
Hi, I was wondering whether the NaiveBayes Modules (AI::NaiveBayes1 and Algorithm::NaiveBayes) are capable of handling numerical attributes. A first glance on the code tells me they are not. Is this so and if yes, does anyone have an alternative package? Are there any plans to introduce numerical