Skip to content

rodnaph/kostas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Kostas

Kostas is a simple K-nearest Neighbour classifier for an arbitrary count of numerical features.

Simple Usage

Pass your data to classify in the following format.

(def data [{:label "Foo" :features [1 2 3]}
           {:label "Bar" :features [3 4 2]}])
(def to-classify [1 2 2])

(classify to-classify data 3)

The label for the matched classification will be returned.

About

K-nearest Neighbour Classification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published