Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Data Science Algorithms in a Week

You're reading from   Data Science Algorithms in a Week Top 7 algorithms for scientific computing, data analysis, and machine learning

Arrow left icon
Product type Paperback
Published in Oct 2018
Publisher Packt
ISBN-13 9781789806076
Length 214 pages
Edition 2nd Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
David Toth David Toth
Author Profile Icon David Toth
David Toth
David Natingga David Natingga
Author Profile Icon David Natingga
David Natingga
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Classification Using K-Nearest Neighbors 2. Naive Bayes FREE CHAPTER 3. Decision Trees 4. Random Forests 5. Clustering into K Clusters 6. Regression 7. Time Series Analysis 8. Python Reference 9. Statistics 10. Glossary of Algorithms and Methods in Data Science
11. Other Books You May Enjoy

Household incomes – clustering into k clusters

For example, let's look at households whose annual earnings in USD are $40,000, $55,000, $70,000, $100,000, $115,000, $130,000 and $135,000. Then, if we were to combine those households into two clusters, taking their earnings as a measure of similarity, the first cluster would have those households earning 40 k, 55 k, and 70 k, while the second cluster would include those households earning 100 k, 115 k, 130 k, and 135 k.

This is because 40k and 135k are furthest away from each other so, because we want to have two clusters, these have to be in different clusters. 55 K is closer to 40 k than to 135 k, so 40 k and 55 k will be in the same cluster. Similarly, 130 k and 135 k will be in the same cluster. 70 K is closer to 40 k and 55 k than to 130 K and 135 k, so 70 k should be in the cluster with 40 k and 55 k...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime