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
|
7ab80b6e56
|
Code Style (#86)
* Code Style
* Code Review fixes
|
2017-05-17 09:03:25 +02:00 |
|
Arkadiusz Kondas
|
a4f65bd13f
|
Short syntax for applied operations
|
2016-12-12 18:34:20 +01:00 |
|
Arkadiusz Kondas
|
8aad8afc37
|
Add null coalesce operator in token count vectoriezer
|
2016-12-08 00:45:42 +01:00 |
|
Arkadiusz Kondas
|
cbdc049526
|
Update php-cs-fixer
|
2016-11-20 22:53:17 +01:00 |
|
Arkadiusz Kondas
|
bca2196b57
|
Prevent Division by zero error in classification report
|
2016-11-20 22:49:26 +01:00 |
|
Arkadiusz Kondas
|
84af842f04
|
Fix division by zero in ClassificationReport #21
|
2016-09-27 20:07:21 +02:00 |
|
Arkadiusz Kondas
|
074dcf7470
|
php-cs-fixer
|
2016-07-19 21:59:23 +02:00 |
|
Arkadiusz Kondas
|
9665457159
|
implement ClassificationReport class
|
2016-07-19 21:58:59 +02:00 |
|
Arkadiusz Kondas
|
6c7416a9c4
|
implement ConfusionMatrix metric
|
2016-07-07 00:29:58 +02:00 |
|
Arkadiusz Kondas
|
9330785a6f
|
extract Math namespace
|
2016-04-20 23:56:33 +02:00 |
|
Arkadiusz Kondas
|
b04cf220bd
|
rename exception named constructor name
|
2016-04-18 22:58:43 +02:00 |
|
Arkadiusz Kondas
|
ded28def2d
|
fix minkowski distance
|
2016-04-17 17:47:30 +02:00 |
|
Arkadiusz Kondas
|
e5ca6c83f1
|
some bug in code
|
2016-04-17 17:10:26 +02:00 |
|
Arkadiusz Kondas
|
85243f2d92
|
cs-fixer
|
2016-04-12 23:10:33 +02:00 |
|
Arkadiusz Kondas
|
79b76fb1a4
|
implement minkowski distance metric function
|
2016-04-12 22:02:14 +02:00 |
|
Arkadiusz Kondas
|
d82a12497a
|
implement manhattan distance metric function
|
2016-04-12 21:43:25 +02:00 |
|
Arkadiusz Kondas
|
4d77a16e12
|
implement Chebyshev distance metric
|
2016-04-11 21:44:48 +02:00 |
|
Arkadiusz Kondas
|
d169ebf730
|
create Distance metrci interface and refactor classifier
|
2016-04-11 21:35:17 +02:00 |
|
Arkadiusz Kondas
|
dd53581309
|
wine class dataset
|
2016-04-09 15:33:05 +02:00 |
|
Arkadiusz Kondas
|
62ec4ec2f2
|
integration tests for knn classifier
|
2016-04-08 22:49:17 +02:00 |
|
Arkadiusz Kondas
|
f1c81638d6
|
accuracy score with test
|
2016-04-08 22:11:59 +02:00 |
|
Arkadiusz Kondas
|
9899da7143
|
remove count from test condition
|
2016-04-07 23:08:04 +02:00 |
|
Arkadiusz Kondas
|
bd31f9a025
|
php-cs-fixer
|
2016-04-04 22:49:54 +02:00 |
|
Arkadiusz Kondas
|
dd927ef981
|
create phpunit configuration and first tests
|
2016-04-04 22:38:51 +02:00 |
|
Arkadiusz Kondas
|
ce1653a5a7
|
create euclidean distance function
|
2016-04-04 22:25:27 +02:00 |
|