https://github.com/bradcypert/knn-clojure
Just a simple repo showing how to KNN your Clojure
https://github.com/bradcypert/knn-clojure
clojure knn
Last synced: 3 months ago
JSON representation
Just a simple repo showing how to KNN your Clojure
- Host: GitHub
- URL: https://github.com/bradcypert/knn-clojure
- Owner: bradcypert
- License: epl-1.0
- Created: 2017-06-03T04:46:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T19:18:39.000Z (over 8 years ago)
- Last Synced: 2024-12-31T16:54:32.717Z (over 1 year ago)
- Topics: clojure, knn
- Language: Clojure
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# knn
This is merely a simple app to demonstrate how to use KNN with Clojure.
There are no machine learning libraries or any of that hubub, just data and functions.
## Installation
Download the repo via git and run `lein run`.
## Options
Due to laziness and demonstration purposes, this app does not accept command line arguments. You can modify the existing source code and `let bindings` to allow you to run against different data.
Copyright © 2017 Brad Cypert
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.