Skip to Content
Data Clustering in C++
book

Data Clustering in C++

by Guojun Gan
March 2011
Intermediate to advanced content levelIntermediate to advanced
520 pages
17h 49m
English
Chapman and Hall/CRC
Content preview from Data Clustering in C++
Object-Oriented Programming and C++ 51
polymorphism and parametric polymorphism is called static polymorphism.
Dynamic polymorphism is achieved by virtual functions and static polymor-
phism is achieved by templates. In terms of flexibility, dynamic polymorphism
is better than static polymorphism. In terms of performance, static polymor-
phism is better than dynamic polymorphism.
3.5.1 Dynamic Polymorphism
To illustrate the idea of dynamic polymorphism in C++, we consider the
example of clustering algorithms. In data clustering, there are many clustering
algorithm. It is a good idea to have a common base for all these clustering
algorithms. The Algorithm ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Statistical Computing in C++ and R

Statistical Computing in C++ and R

Randall L. Eubank, Ana Kupresanin

Publisher Resources

ISBN: 9781439862247