mirror of
https://github.com/apache/commons-math.git
synced 2025-02-11 12:36:05 +00:00
backported r1003533 from trunk to branch 2.X
Unnecessary cast git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1003896 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ad59080231
commit
b857985c79
@ -85,7 +85,7 @@ public abstract class MultipleLinearRegressionAbstractTest {
|
||||
{25, 35, 45},
|
||||
{27, 37, 47}
|
||||
};
|
||||
AbstractMultipleLinearRegression regression = (AbstractMultipleLinearRegression) createRegression();
|
||||
AbstractMultipleLinearRegression regression = createRegression();
|
||||
regression.newSampleData(design, 4, 3);
|
||||
RealMatrix flatX = regression.X.copy();
|
||||
RealVector flatY = regression.Y.copy();
|
||||
|
Loading…
x
Reference in New Issue
Block a user