|
knncolle
Collection of KNN methods in C++
|
Miscellaneous utilities for knncolle More...
#include <fstream>#include <string>#include <cstddef>#include <type_traits>#include "sanisizer/sanisizer.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | knncolle |
| Collection of KNN algorithms. | |
Functions | |
| template<typename Input_ , typename Length_ > | |
| void | knncolle::quick_save (const std::string &path, const Input_ *const contents, const Length_ length) |
| template<typename Input_ , typename Length_ > | |
| void | knncolle::quick_load (const std::string &path, Input_ *const contents, const Length_ length) |
| std::string | knncolle::quick_load_as_string (const std::string &path) |
Miscellaneous utilities for knncolle