https://github.com/fieg/knn
k-Nearest Neighbors algorithm in PHP
https://github.com/fieg/knn
k-nearest-neighbours knn machine-learning php
Last synced: 12 months ago
JSON representation
k-Nearest Neighbors algorithm in PHP
- Host: GitHub
- URL: https://github.com/fieg/knn
- Owner: fieg
- Created: 2014-06-02T21:27:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-02T22:02:04.000Z (about 12 years ago)
- Last Synced: 2025-05-23T01:11:15.253Z (about 1 year ago)
- Topics: k-nearest-neighbours, knn, machine-learning, php
- Language: PHP
- Homepage:
- Size: 121 KB
- Stars: 19
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
k-Nearest Neighbors
===================
Implementation of a k-Nearest Neighbors algorithm in PHP.