|
Dennis, I tried your definition, writing the following binding statements : binding> <mapping name="network" class="omr.math.NeuralNetwork"> <collection name="matrix" field="hiddenWeights"> <collection name="row"> <value name="cell"/> </collection> </collection> </mapping> </binding> JiBX compiler answered with : Error: References to collection items must use compatible types: double cannot be used as double[]; on collection element at (line 12, col 36, in double-binding.xml) Error running binding compiler The line referred to by the message is : <collection name="row"> And the java statement is : private double[][] hiddenWeights; Any idea ??? Thanks for your help |
- [jibx-users] Re: Q: Binding a matrix of primitive type ? Hervé Bitteur
- Re: [jibx-users] Re: Q: Binding a matrix of primitive... Dennis Sosnoski
- Re: [jibx-users] Re: Q: Binding a matrix of primi... Dennis Sosnoski

