There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Implementation of kNN Algorithm with different distances, policies and weighting strategies. The ReductionKnnAlgorithm allows to perform the kNN by reducing the training set utilizing self-implemented Instance Reduction strategies such as SNN, ENN and DROP3.