knncolle
Collection of KNN methods in C++
Loading...
Searching...
No Matches
utils.hpp File Reference

Miscellaneous utilities for knncolle More...

#include <fstream>
#include <string>
#include <cstddef>
#include <type_traits>
#include "sanisizer/sanisizer.hpp"
Include dependency graph for utils.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Miscellaneous utilities for knncolle