AntonisZks / Information-Systems-Software-Development-Project

A university project implementing Vamana-Indexing-Algorithm (VIA) for Approximate-Nearest-Neighbors (ANN) problem.
2 stars 0 forks source link

Documentation added to DistanceAcutest directory #27

Closed AntonisZks closed 1 week ago

AntonisZks commented 1 week ago

I added some documentation to:

  1. DataVector class inside the /DistanceAcutest/DataVectorNew.h file
  2. distance functions inside the /DistanceAcutest/distance_functions.cpp file and
  3. tests for the distances inside the /DistanceAcutest/test_distance.cpp file

All these can be found inside the DistanceAcutest directory for which some tasks still need to be done. For the documentations I used Java DocStrings.