Total Complexity | 26 |
Dependencies | 1 |
Dependents | 1 |
Total lines | 185 |
Lines of code | 92 |
Logical lines of code | 58 |
Comment lines | 74 |
Methods | 8 |
Properties | 2 |
Method | Rating | Maintainability | Complexity | Lines of code |
---|---|---|---|---|
_polynomial_regression() | 47 | 8 | 35 | |
__construct() | 59 | 5 | 14 | |
getEquation() | 59 | 4 | 14 | |
getValueOfYForX() | 63 | 3 | 10 | |
getSlope() | 64 | 3 | 10 | |
getOrder() | 82 | 1 | 3 | |
getValueOfXForY() | 79 | 1 | 3 | |
getCoefficients() | 78 | 1 | 3 |