Skip to content

Commit 4f90cf2

Browse files
committed
removed filtered medoid so that it is only on my repo
1 parent 098ae65 commit 4f90cf2

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

include/Algorithms/VamanaIndex.h

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -393,28 +393,6 @@ template <typename vamana_t> class VamanaIndex {
393393

394394
}
395395

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-
}
418396

419397
/**
420398
* @brief tests a specific Vamana index and prints its accuracy. Specifically this method is used to evaluate

0 commit comments

Comments
 (0)