Dendritic K Nearest Neighbors Crate
This crate contains functionality for performing K nearest neighbors for classification and regression. Package also contains all distance metrics that can be used across dendritic.
Features
- KNN: KNN regressor and classifier.
- Distance: Module with various distance metrics
Disclaimer
The dendritic project is a toy machine learning library built for learning and research purposes. It is not advised by the maintainer to use this library as a production ready machine learning library. This is a project that is still very much a work in progress.
Getting Started
To get started, add this to your Cargo.toml:
[]
= "1.1.0"
Example Usage
This is an example of using the KNN classifier
use *;
use *;
use *;