See Release Notes
Long Term Support Release
Differences Between: [Versions 310 and 401] [Versions 311 and 401] [Versions 39 and 401]
(no description)
File Size: | 81 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
UnivariateLinearRegression:: (4 methods):
__construct()
score()
centerTargets()
centerSamples()
Class: UnivariateLinearRegression - X-Ref
Quick linear model for testing the effect of a single regressor,__construct(bool $center = true) X-Ref |
param: bool $center - if true samples and targets will be centered |
score(array $samples, array $targets) X-Ref |
No description |
centerTargets(array &$targets) X-Ref |
No description |
centerSamples(array &$samples) X-Ref |
No description |