Skip to content

yizhouyan/TopNLOFPruningWithPrioirty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TOP N LOF Pruning with Priority

Implement bucket sorting during the first KNN search phase

Change the whole framework in one partition From: Compute CP and divide into buckets (pruning at the same time) -> KNN search -> LRD computation -> LOF computation

TO: Compute CP and divide into buckets (pruning) -> sort buckets -> For each bucket, do : Inner bucket KNN search, Inner bucket LRD, Inner bucket LOF -> Outer bucket KNN search -> LRD computation -> LOF computation

Aims to set up a large threshold ASAP!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages