{ 3.768227750561635, -1.861672501324946 },
{ -1.7606548237507884, 2.5544868606627005 },
{ -0.9148771784733722, -1.9820382601667268 },
{ 3.936150254656125, 1.2253565233931112 } };
assertEquals(0, thetaMat.subtract(new DenseDoubleMatrix(result)).sum(),
1e-4);
}
}