Data Clustering in C++: An Object-Oriented Approach
Autor Guojun Ganen Limba Engleză Hardback – 28 mar 2011
Using object-oriented design and programming techniques, Data Clustering in C++ exploits the commonalities of all data clustering algorithms to create a flexible set of reusable classes that simplifies the implementation of any data clustering algorithm. Readers can follow the development of the base data clustering classes and several popular data clustering algorithms. Additional topics such as data pre-processing, data visualization, cluster visualization, and cluster interpretation are briefly covered.
This book is divided into three parts--
- Data Clustering and C++ Preliminaries: A review of basic concepts of data clustering, the unified modeling language, object-oriented programming in C++, and design patterns
- A C++ Data Clustering Framework: The development of data clustering base classes
- Data Clustering Algorithms: The implementation of several popular data clustering algorithms
A key to learning a clustering algorithm is to implement and experiment the clustering algorithm. Complete listings of classes, examples, unit test cases, and GNU configuration files are included in the appendices of this book as well as in the downloadable resources. The only requirements to compile the code are a modern C++ compiler and the Boost C++ libraries.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 492.35 lei 43-57 zile | |
CRC Press – 2 oct 2019 | 492.35 lei 43-57 zile | |
Hardback (1) | 761.94 lei 43-57 zile | |
CRC Press – 28 mar 2011 | 761.94 lei 43-57 zile |
Preț: 761.94 lei
Preț vechi: 1105.56 lei
-31% Nou
Puncte Express: 1143
Preț estimativ în valută:
145.82€ • 151.47$ • 121.12£
145.82€ • 151.47$ • 121.12£
Carte tipărită la comandă
Livrare economică 03-17 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781439862230
ISBN-10: 1439862230
Pagini: 520
Ilustrații: 70 b/w images and 31 tables
Dimensiuni: 156 x 234 x 36 mm
Greutate: 0.91 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
ISBN-10: 1439862230
Pagini: 520
Ilustrații: 70 b/w images and 31 tables
Dimensiuni: 156 x 234 x 36 mm
Greutate: 0.91 kg
Ediția:1
Editura: CRC Press
Colecția Chapman and Hall/CRC
Public țintă
Professional Practice & DevelopmentCuprins
Data Clustering and C++ Preliminaries. Data Clustering Framework. Data Clustering Algorithms.
Notă biografică
Guojun Gan, Manulife Financial, Toronto, Canada
Descriere
Using object-oriented design and programming techniques in C++, this book explores the commonalities of all data clustering algorithms to create a flexible set of reusable classes that simplifies the implementation of any data clustering algorithm. The first part of the text reviews basic concepts of data clustering, the UML, object-oriented programming in C++, and design patterns. The second section develops the data clustering base classes. The third part implements several popular data clustering algorithms. Additional topics such as data pre-processing, data and cluster visualization, and cluster interpretation are briefly covered.