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
--
/Hervé

Reply via email to