An open API service indexing awesome lists of open source software.

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

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.