Data Clustering in C++
Guojun Gan
Broschiertes Buch

Data Clustering in C++

An Object-Oriented Approach

Versandkostenfrei!
Versandfertig in 6-10 Tagen
68,99 €
inkl. MwSt.
PAYBACK Punkte
34 °P sammeln!
Data clustering is a highly interdisciplinary field, the goal of which is to divide a set of objects into homogeneous groups such that objects in the same group are similar and objects in different groups are quite distinct. Thousands of theoretical papers and a number of books on data clustering have been published over the past 50 years. However, few books exist to teach people how to implement data clustering algorithms. This book was written for anyone who wants to implement or improve their data clustering algorithms.Using object-oriented design and programming techniques, Data Clustering...