From: Manni H. <man...@us...> - 2008-04-11 08:42:58
|
Update of /cvsroot/popfile/engine/Classifier In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14894/Classifier Modified Files: Tag: db_handling_in_v1 Bayes.pm Log Message: Non-working version of Bayes, stripped of all the statement handles. Index: Bayes.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v retrieving revision 1.327.4.16 retrieving revision 1.327.4.16.2.1 diff -C2 -d -r1.327.4.16 -r1.327.4.16.2.1 *** Bayes.pm 6 Mar 2008 08:52:46 -0000 1.327.4.16 --- Bayes.pm 11 Apr 2008 08:43:00 -0000 1.327.4.16.2.1 *************** *** 1,3 **** ! # POPFILE LOADABLE MODULE package Classifier::Bayes; --- 1,3 ---- ! # POPFILE LOADABLE MODULE 3 package Classifier::Bayes; *************** *** 38,43 **** use DBI; [...3310 lines suppressed...] *** 4071,4088 **** } - sub db - { - my ( $self ) = @_; - - return $self->{db__}; - } - - sub history - { - my ( $self, $history ) = @_; - - $self->{history__} = $history; - } - 1; --- 4728,4731 ---- |