We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098ae65 commit 4f90cf2Copy full SHA for 4f90cf2
include/Algorithms/VamanaIndex.h
@@ -393,28 +393,6 @@ template <typename vamana_t> class VamanaIndex {
393
394
}
395
396
- using namespace std;
397
-
398
- map<string, int> FilteredMedoid(const Graph<T>& P, int threshold){
399
400
- /*
401
402
- method of the Graph class that returns the noodeds as a set
403
404
- */
405
406
- //Variables
407
- set<int> Filters;//this is the set of all the filters (i.e. categorical attributes)
408
- map<string,int> M; //this will be a map of Medoid for every filter's set of nodes
409
410
- //Algorithm Loop
411
- for(int f : Filters){
412
413
414
- }
415
416
- return M;
417
418
419
/**
420
* @brief tests a specific Vamana index and prints its accuracy. Specifically this method is used to evaluate
0 commit comments