🌙

SOS-SDP:最小平方和聚类精确求解器的代码与数据仓库

Code and Data Repository for SOS-SDP: an Exact Solver for Minimum Sum-of-Squares Clustering

INFORMS journal on computing · 2022
被引 0
人大 BUTD24ABS 3

中文导读

该仓库提供了SOS-SDP算法的源代码,这是一种基于分支定界技术精确求解最小平方和聚类问题的算法,实验数据来自UCI机器学习库。

Abstract

SOS-SDP is an exact algorithm based on the branch-and-bound technique for solving the Minimum Sum-of-Squares Clustering (MSSC) problem. This repository contains the source code used in the paper "SOS-SDP: an Exact Solver for Minimum Sum-of-Squares Clustering". The instances used in the experiments are available at UCI Machine Learning repository.

聚类分析精确算法分支定界机器学习