Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^4: AI::NNEasy to setup fast a Neural Network using just Perl and XS.

by gmpassos (Priest)
on Jan 15, 2005 at 18:41 UTC ( [id://422535]=note: print w/replies, xml ) Need Help??


in reply to Re^3: AI::NNEasy to setup fast a Neural Network using just Perl and XS.
in thread AI::NNEasy to setup fast a Neural Network using just Perl and XS.

What version of Class::HPLOO have you used?

Graciliano M. P.
"Creativity is the expression of liberty".

  • Comment on Re^4: AI::NNEasy to setup fast a Neural Network using just Perl and XS.

Replies are listed 'Best First'.
Re^5: AI::NNEasy to setup fast a Neural Network using just Perl and XS.
by BrowserUk (Patriarch) on Jan 15, 2005 at 20:08 UTC

    From the source

    package Class::HPLOO ; use 5.006 ; use Filter::Simple ; use strict ; use vars qw($VERSION $SYNTAX) ; $VERSION = '0.19';

    I tried the usual perl -MClass::HPLOO -le"print $Class::HPLOO::VERSION" but that prints nothing?

    And with warnings I get

    [20:02:40.59] P:\test>perl -MClass::HPLOO -lwe"print $Class::HPLOO::VE +RSION" Scalar value @ret[0] better written as $ret[0] at c:/Perl/site/lib/Cla +ss/HPLOO.pm line 784. "my" variable $class masks earlier declaration in same scope at c:/Per +l/site/lib/Class/HPLOO.pm line 993. Scalar value @ret[0] better written as $ret[0] at c:/Perl/site/lib/Cla +ss/HPLOO.pm line 1102. "my" variable $fh masks earlier declaration in same scope at c:/Perl/s +ite/lib/Class/HPLOO.pm line 1320. Use of uninitialized value in numeric eq (==) at c:/Perl/site/lib/Clas +s/HPLOO.pm line 595. Use of uninitialized value in pattern match (m//) at c:/Perl/site/lib/ +Class/HPLOO.pm line 602. Use of uninitialized value in string eq at c:/Perl/site/lib/Class/HPLO +O.pm line 602. Use of uninitialized value in numeric le (<=) at c:/Perl/site/lib/Clas +s/HPLOO.pm line 602. Use of uninitialized value in substr at c:/Perl/site/lib/Class/HPLOO.p +m line 716. print() on unopened filehandle 0.19 at -e line 1.

    Examine what is said, not who speaks.
    Silence betokens consent.
    Love the truth but pardon error.
      I just have posted Class::HPLOO/0.20 with this fixes.

      Graciliano M. P.
      "Creativity is the expression of liberty".

        Clean as a whilstle :)


        Examine what is said, not who speaks.
        Silence betokens consent.
        Love the truth but pardon error.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://422535]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-03-29 16:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found