๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Data Clustering in C++: An Object-Oriented Approach

โœ Scribed by Guojun Gan


Publisher
CRC Press
Year
2011
Tongue
English
Leaves
512
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


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,

โœฆ Table of Contents


Front Cover
Dedication
Contents
List of Figures
List of Tables
Preface
I. Data Clustering and C++ Preliminaries
1. Introduction to Data Clustering
2. The Unified Modeling Language
3. Object-Oriented Programming and C++
4. DesignPatterns
5. C++ Libraries and Tools
II. A C++ Data Clustering Framework
6. The Clustering Library
7. Datasets
8. Clusters
9. Dissimilarity Measures
10. Clustering Algorithms
11. Utility Classes
III. Data Clustering Algorithms
12. Agglomerative Hierarchical Algorithms
13. DIANA
14. The k-means Algorithm
15. The c-means Algorithm
16. The k-prototypes Algorithm
17. The Genetic k-modes Algorithm
18. The FSC Algorithm
19. The Gaussian Mixture Algorithm
20. A Parallel k-means Algorithm
A. Exercises and Projects
B. Listings
C. Software
Bibliography


๐Ÿ“œ SIMILAR VOLUMES


Data Clustering in C++: An Object-Orient
โœ Guojun Gan ๐Ÿ“‚ Library ๐Ÿ“… 2011 ๐Ÿ› Chapman and Hall/CRC ๐ŸŒ English

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 ha

Data Clustering in C++: An Object-Orient
โœ Guojun Gan ๐Ÿ“‚ Library ๐Ÿ“… 2011 ๐Ÿ› CRC Press ๐ŸŒ English

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 ha

C++ Programming: An Object-Oriented Appr
โœ Behrouz A. Forouzan, Richard Gilberg ๐Ÿ“‚ Library ๐Ÿ“… 2019 ๐Ÿ› McGraw-Hill Education ๐ŸŒ English

C++ Programming: An Object-Oriented Approach has two primary objectives: Teach the basic principles of programming as outlined in the ACM curriculum for a CS1 class and teach the basic constructs of the C++ language. While C++ is a complex and professional language, experience shows that beginning s