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
Alternatives and similar repositories for Outlier:
Users that are interested in Outlier are comparing it to the libraries listed below
- GPU-based large scale Approx. Nearest Neighbor Search, accepted at CVPR 2016☆92Updated 6 years ago
- an Extremely Fast Approximate Nearest Neighbor graph construction Algorithm framework☆93Updated 5 years ago
- fast library for ANN search and KNN graph construction☆288Updated 7 years ago
- Library for performing spectral clustering in C++☆77Updated last year
- Research code implementing inverted multiindex structure☆83Updated 11 years ago
- A Fast Parallel Algorithm for HDBSCAN* Clustering☆57Updated 2 years ago
- Implementation of HNSW that supports online updates☆64Updated 7 years ago
- Performance comparison of the MRPT algorithm to other approximate nearest neighbor search libraries☆27Updated 7 years ago
- Fast, vectorized C++ implementation of K-Means using the Eigen matrix template library. Includes Matlab and Python interfaces.☆57Updated 7 years ago
- A library for k-nearest neighbor search☆387Updated 11 months ago
- Fast and lightweight header-only C++ library (with Python bindings) for approximate nearest neighbor search☆259Updated last month
- Fast and Efficient Implementation of HDBSCAN in C++ using STL☆62Updated 5 years ago
- Building KNN Graph for Billion High Dimensional Vectors Efficiently☆21Updated 6 years ago
- A c++ toolbox of locality-sensitive hashing (LSH), provides several popular LSH algorithms, also support python and matlab.☆288Updated 7 years ago
- State-of-the-art method for large-scale ANN search as of Oct 2016. Presented at ECCV 16.☆75Updated 6 years ago
- An implementation of k-d tree☆177Updated last year
- Cartesian k-means for approximate nearest neghbor search, codebook learning, etc.☆51Updated 11 years ago
- Term project completed for Scalable Machine Learning course; implemented k-d trees and ball trees to improve performance of parallel kNN …☆11Updated 2 years ago
- Sparse Surface Adjustment☆16Updated 11 years ago
- Navigating Spreading-out Graph For Approximate Nearest Neighbor Search☆670Updated last year
- KMeans clustering in Eigen.☆26Updated 8 years ago
- Project repository for Secrets of Matrix Factorization (ICCV 2015)☆13Updated 7 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 tiny least squares solver targeting extreme performance on repeated minimizations☆44Updated 9 years ago
- Neural LSH [ICLR 2020] - Using supervised learning to produce better space partitions for fast nearest neighbor search.☆73Updated 4 years ago
- An extensible C++ library of Hierarchical Bayesian clustering algorithms, such as Bayesian Gaussian mixture models, variational Dirichlet…☆143Updated 7 years ago
- Multivariate kernel density estimation [statistics]☆50Updated 9 years ago
- A header-only C++ library for k nearest neighbor search with Eigen3.☆54Updated 3 years ago
- Implementation of the K-Means clustering algorithm.☆106Updated 9 years ago
- A Vote-and-Verify Strategy for Fast Spatial Verification in Image Retrieval☆19Updated 7 years ago