Hi all,

I have the following line of code:

calcNetError=:  (NIn; NHid;NOut;([ OiInputLayer ]))
OiOutputLayer ]

I want to have a box structure that passes in NIn NHid NOut
and the output of OiInputLayer to OiOutputLayer.

I want the box to be a one level deep box where there are
the above 4 verbs in it which in turn actually pass values
into OIOutput layer.  But the box stucture from the above
code returns this:

+--------------------------------------------+-------------+-+
|+---+-+------------------------------------+|OiOutputLayer|]|
||NIn|;|+----+-+---------------------------+||             |
|
||   | ||NHid|;|+----+-+------------------+|||             |
|
||   | ||    | ||NOut|;|+-+------------+-+||||             |
|
||   | ||    | ||    | ||[|OiInputLayer|]|||||             |
|
||   | ||    | ||    | |+-+------------+-+||||             |
|
||   | ||    | |+----+-+------------------+|||             |
|
||   | |+----+-+---------------------------+||             |
|
|+---+-+------------------------------------+|             |
|
+--------------------------------------------+-------------+-+

Is there any way to get around this??

Any help is appreciated.

Neil

PS. NIn, NOut and NHid just access the x input to
calcNetError by 0 {:: [ or 1{:: [
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to