Sparse K-means via Feature Ranking
This software package contains an efficient multi-threaded implementation of sparse K-means via feature ranking proposed by Zhang, Lange, and Xu (2020). The code is based on the original github repository. The authors of the original code have kindly agreed to redistribute the derivative of their code on this repository under the MIT License.
This package requires Julia v1.6 or later, which can be obtained from https://julialang.org/downloads/ or by building Julia from the sources in the https://github.com/JuliaLang/julia repository.
The package can be installed by running the following code:
using Pkg
pkg"add https://github.com/kose-y/SparseKmeansFeatureRanking.jl"