Commit Graph

  • d2e0ce446c update classifier docs Arkadiusz Kondas 2016-04-16 21:41:37 +0200
  • 5170c10773 simplify csv dataset Arkadiusz Kondas 2016-04-16 21:34:50 +0200
  • dea6972305 change csv dataset constructor Arkadiusz Kondas 2016-04-16 21:26:58 +0200
  • a4ab370a48 create traits for reduce complexity Arkadiusz Kondas 2016-04-16 21:24:40 +0200
  • 6f5f190600 docs for manhattan distance Arkadiusz Kondas 2016-04-15 22:32:20 +0200
  • 100205d767 simple Naive Bayes classifier Arkadiusz Kondas 2016-04-14 22:56:54 +0200
  • 50fbcddfc4 create docs for distance metrics functions Arkadiusz Kondas 2016-04-13 21:20:55 +0200
  • 85243f2d92 cs-fixer Arkadiusz Kondas 2016-04-12 23:10:33 +0200
  • 79b76fb1a4 implement minkowski distance metric function Arkadiusz Kondas 2016-04-12 22:02:14 +0200
  • d82a12497a implement manhattan distance metric function Arkadiusz Kondas 2016-04-12 21:43:25 +0200
  • aed37e247e knn with chebyshev distance metric test Arkadiusz Kondas 2016-04-11 21:50:29 +0200
  • 14bffbe38a :implement Chebyshev distance metric Arkadiusz Kondas 2016-04-11 21:45:55 +0200
  • 4d77a16e12 implement Chebyshev distance metric Arkadiusz Kondas 2016-04-11 21:44:48 +0200
  • d169ebf730 create Distance metrci interface and refactor classifier Arkadiusz Kondas 2016-04-11 21:35:17 +0200
  • 9c83401e90 fix travis build Arkadiusz Kondas 2016-04-10 11:56:11 +0200
  • 3453b229cf add travis config Arkadiusz Kondas 2016-04-10 11:50:24 +0200
  • 171c6974e7 remove accuracy score tests on datasets Arkadiusz Kondas 2016-04-09 15:52:22 +0200
  • a992f65200 remove accuracy score tests on datasets Arkadiusz Kondas 2016-04-09 15:50:48 +0200
  • c9c592cb09 add glass identification dataset Arkadiusz Kondas 2016-04-09 15:46:54 +0200
  • dd53581309 wine class dataset Arkadiusz Kondas 2016-04-09 15:33:05 +0200
  • c104e60201 fix docs link Arkadiusz Kondas 2016-04-09 00:53:18 +0200
  • 662627c052 Merge pull request #2 from php-ai/develop Arkadiusz Kondas 2016-04-09 00:51:31 +0200
  • 04763b16f0 add documentation link Arkadiusz Kondas 2016-04-09 00:50:08 +0200
  • 5be2147784 creat docs files Arkadiusz Kondas 2016-04-09 00:36:48 +0200
  • 83b4a9e19c add instal info and badges to readme Arkadiusz Kondas 2016-04-08 23:22:55 +0200
  • 62ec4ec2f2 integration tests for knn classifier Arkadiusz Kondas 2016-04-08 22:49:17 +0200
  • e7d2780150 classifier predict array of samples or one sample Arkadiusz Kondas 2016-04-08 22:25:15 +0200
  • f1c81638d6 accuracy score with test Arkadiusz Kondas 2016-04-08 22:11:59 +0200
  • 0b6dc42807 change autoloader to psr-0 Arkadiusz Kondas 2016-04-08 21:37:26 +0200
  • 63d49616d8 update composer Arkadiusz Kondas 2016-04-07 23:25:02 +0200
  • bd34266ae1 change min php version to 7.0.0 Arkadiusz Kondas 2016-04-07 23:13:50 +0200
  • 9899da7143 remove count from test condition Arkadiusz Kondas 2016-04-07 23:08:04 +0200
  • db9d57cd22 add tests for datasets Arkadiusz Kondas 2016-04-07 22:36:02 +0200
  • 9c18a5a22d add tests for datasets Arkadiusz Kondas 2016-04-07 22:35:49 +0200
  • a20f474324 refactor csv dataset definition Arkadiusz Kondas 2016-04-07 22:19:04 +0200
  • d3247ebccb random split implementation and tests Arkadiusz Kondas 2016-04-07 22:13:31 +0200
  • bbcc8a3e68 random split implementation and tests Arkadiusz Kondas 2016-04-07 22:12:36 +0200
  • c3f98e4093 random splitter skeleton Arkadiusz Kondas 2016-04-06 22:38:27 +0200
  • 649cbdb9a6 prepare cross validation random splitter Arkadiusz Kondas 2016-04-06 22:38:08 +0200
  • e521fb8f80 iris dataset loader Arkadiusz Kondas 2016-04-06 21:46:17 +0200
  • 7cbeaecffb simple test for knn classifier Arkadiusz Kondas 2016-04-05 21:35:06 +0200
  • 469848ff49 implement k nearest neighbors classifier Arkadiusz Kondas 2016-04-05 21:06:53 +0200
  • 4235f143bf update composer php required version to 7 Arkadiusz Kondas 2016-04-05 20:46:57 +0200
  • 8d910410c8 create php-cs-fixer start script Arkadiusz Kondas 2016-04-04 22:50:14 +0200
  • bd31f9a025 php-cs-fixer Arkadiusz Kondas 2016-04-04 22:49:54 +0200
  • 5c348e8452 add more Euclidean distance tests Arkadiusz Kondas 2016-04-04 22:48:07 +0200
  • dd927ef981 create phpunit configuration and first tests Arkadiusz Kondas 2016-04-04 22:38:51 +0200
  • ce1653a5a7 create euclidean distance function Arkadiusz Kondas 2016-04-04 22:25:27 +0200
  • f6a5611586 move functions definitions Arkadiusz Kondas 2016-04-04 21:50:30 +0200
  • 9e4c006786 Merge pull request #1 from php-ai/develop Arkadiusz Kondas 2016-02-28 22:58:35 +0100
  • 4b91593085 add iris dataset csv file Arkadiusz Kondas 2016-02-28 22:54:21 +0100
  • 040ae0fbb0 create Classifire interface Arkadiusz Kondas 2016-02-09 07:45:07 +0100
  • 97e3f82c6e create first class :) Arkadiusz Kondas 2016-02-08 23:20:08 +0100
  • 501c020f67 create some text in readme Arkadiusz Kondas 2016-02-08 23:07:16 +0100
  • 2d78110b39 create composer file Arkadiusz Kondas 2016-02-08 21:54:09 +0100
  • 26b1481297 Initial commit Arkadiusz Kondas 2016-02-08 21:39:41 +0100