NinhPham / Outlier
The C++ source code (Code::Block IDE) for outlier detection in high dimensions. It covers standard methods and its approximations to detect outliers in high-dimensional data sets, including - kNN, kNNW, Sam1NN - LOF - ABOF, approxABOF - VOA, FastVOA - L1Depth, SamDepth
☆8Updated 6 years ago
Related projects ⓘ
Alternatives and complementary repositories for Outlier
- A Fast Parallel Algorithm for HDBSCAN* Clustering☆54Updated 2 years ago
- Benchmark of Nearest Neighbor Search on High Dimensional Data☆203Updated 3 years ago
- Library for performing spectral clustering in C++☆77Updated last year
- fast library for ANN search and KNN graph construction☆284Updated 6 years ago
- Fast and Efficient Implementation of HDBSCAN in C++ using STL☆54Updated 5 years ago
- An extensible C++ library of Hierarchical Bayesian clustering algorithms, such as Bayesian Gaussian mixture models, variational Dirichlet…☆140Updated 6 years ago
- an Extremely Fast Approximate Nearest Neighbor graph construction Algorithm framework☆92Updated 4 years ago
- A library for k-nearest neighbor search☆383Updated 6 months ago
- Performance comparison of the MRPT algorithm to other approximate nearest neighbor search libraries☆27Updated 6 years ago
- KMeans clustering in Eigen.☆25Updated 8 years ago
- Fast, vectorized C++ implementation of K-Means using the Eigen matrix template library. Includes Matlab and Python interfaces.☆57Updated 7 years ago
- Further development has been moved to a new repository https://github.com/wangyiqiu/dbscan-python☆18Updated last year
- PQ Fast Scan☆58Updated 5 years ago
- Implementation of HNSW that supports online updates☆61Updated 6 years ago
- ☆163Updated 5 years ago
- GGNN: State of the Art Graph-based GPU Nearest Neighbor Search☆142Updated 3 years ago
- GPU-based large scale Approx. Nearest Neighbor Search, accepted at CVPR 2016☆91Updated 6 years ago
- Search with a hash index☆33Updated 5 years ago
- Highly parallel DBSCAN (HPDBSCAN)☆36Updated last month
- c++ implementation of clustering by DBSCAN☆100Updated 5 years ago
- Fast C++ implementation of https://github.com/yahoo/lopq: Locally Optimized Product Quantization (LOPQ) model and searcher for approximat…☆34Updated 4 years ago
- A c++ toolbox of locality-sensitive hashing (LSH), provides several popular LSH algorithms, also support python and matlab.☆286Updated 7 years ago
- Fast and lightweight header-only C++ library (with Python bindings) for approximate nearest neighbor search☆257Updated 4 years ago
- Neural LSH [ICLR 2020] - Using supervised learning to produce better space partitions for fast nearest neighbor search.☆71Updated 3 years ago
- SONG: Approximate Nearest Neighbor Search on GPU. SONG is a graph-based approximate nearest neighbor search toolbox.☆65Updated 2 years ago
- A tiny least squares solver targeting extreme performance on repeated minimizations☆44Updated 9 years ago
- Kd-Tree library for kNN and range queries in plain C++98☆85Updated 10 months ago
- Code to speed up k-means clustering. Originally at BaylorCS/baylorml.☆52Updated 5 months ago
- Term project completed for Scalable Machine Learning course; implemented k-d trees and ball trees to improve performance of parallel kNN …☆10Updated 2 years ago
- Research code implementing inverted multiindex structure☆82Updated 10 years ago