in reply to Array definition error
Is going to set the value to be \@outputs only (it will override).$trainset[scalar(@trainset)] = \@inputs; $trainset[scalar(@trainset)] = \@outputs;
$VAR1 = [ [ '0', '0' ], [ '0' ], [ '0', '1' ], [ '1' ] ]; $VAR1 = [ [ 0, 0 ], [ 0 ], [ 0, 1 ], [ 1 ] ];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Array definition error
by gri6507 (Deacon) on Apr 15, 2005 at 15:25 UTC | |
by JediWizard (Deacon) on Apr 15, 2005 at 15:49 UTC |