cosine.h
Go to the documentation of this file.
1#pragma once
2
3#include <algorithm>
4#include <map>
5#include <vector>
6
8
std::shared_ptr< NDArray > NDArrayPtr
Definition NDArray.h:46
double compute_similarity(const aron::data::NDArrayPtr p1, const aron::data::NDArrayPtr p2)
Definition cosine.cpp:12