Tomáš Votruba
|
d85bfed468
|
[cs] remove more unused comments (#146)
* [cs] remove more unused comments
* [cs] remove unused array phpdocs
* [cs] remove empty lines in docs
* [cs] space-proof useless docs
* [cs] remove empty @param lines
* [cs] remove references arrays
|
2017-11-13 11:42:40 +01:00 |
|
Tomáš Votruba
|
f4650c696c
|
[coding standard] fix imports order and drop unused docs typehints (#145)
* fix imports order
* drop unused docs typehints, make use of return types where possible
|
2017-11-06 08:56:37 +01:00 |
|
Marcin Michalski
|
3ac658c397
|
php-cs-fixer - more rules (#118)
* Add new cs-fixer rules and run them
* Do not align double arrows/equals
|
2017-08-17 08:50:37 +02:00 |
|
Marcin Michalski
|
7ab80b6e56
|
Code Style (#86)
* Code Style
* Code Review fixes
|
2017-05-17 09:03:25 +02:00 |
|
Arkadiusz Kondas
|
38a26d185f
|
Secure index access and type safe comparision in statistic median
|
2016-12-06 09:03:02 +01:00 |
|
Arkadiusz Kondas
|
cbdc049526
|
Update php-cs-fixer
|
2016-11-20 22:53:17 +01:00 |
|
Arkadiusz Kondas
|
65cdfe64b2
|
implement Median and MostFrequent strategy for imputer
|
2016-05-08 19:33:39 +02:00 |
|
Arkadiusz Kondas
|
a761d0e8f2
|
mode (dominant) from numbers
|
2016-05-08 19:23:54 +02:00 |
|
Arkadiusz Kondas
|
ed1e07e803
|
median function in statistic
|
2016-05-08 19:12:39 +02:00 |
|
Arkadiusz Kondas
|
80a712e8a8
|
implement Least Squares Regression
|
2016-04-27 23:51:14 +02:00 |
|