English

Super-klust: Another Way of Piecewise Linear Classification

Machine Learning 2021-02-03 v1

Abstract

With our previous study, the Super-k algorithm, we have introduced a novel way of piecewise-linear classification. While working on the Super-k algorithm, we have found that there is a similar, and simpler way to explain for obtaining a piecewise-linear classifier based on Voronoi tessellations. Replacing the multidimensional voxelization and expectation-maximization stages of the algorithm with a distance-based clustering algorithm, preferably k-means, works as well as the prior approach. Since we are replacing the voxelization with the clustering, we have found it meaningful to name the modified algorithm, with respect to Super-k, as Supervised k Clusters or in short Super-klust. Similar to the Super-k algorithm, the Super-klust algorithm covers data with a labeled Voronoi tessellation, and uses resulting tessellation for classification. According to the experimental results, the Super-klust algorithm has similar performance characteristics with the Super-k algorithm.

Keywords

Cite

@article{arxiv.2102.01571,
  title  = {Super-klust: Another Way of Piecewise Linear Classification},
  author = {Rahman Salim Zengin and Volkan Sezer},
  journal= {arXiv preprint arXiv:2102.01571},
  year   = {2021}
}

Comments

5 pages, 10 figures, "for the source code, see https://github.com/ituamg/super-klust"

R2 v1 2026-06-23T22:46:09.491Z