My ArrayList is like this, but I get an error "integer number too large".
testNet.setTrainSet(new double[][] {
{ 1555760766,0.18 },{ 1555760766,0.3 },
{ 1555760766,0.6 }, { 1555760766,0.6},
{ 2076569012,0.45 }, { 2076569012,0.64},
{ 2076569012,0.78 }, { 2076569012,0.98 },
{2076569012,0.98 } , { 3265731800,0.1 },
});
what is the solution?