Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
R Data Science Essentials

You're reading from  R Data Science Essentials

Product type Book
Published in Jan 2016
Publisher
ISBN-13 9781785286544
Pages 154 pages
Edition 1st Edition
Languages

Table of Contents (15) Chapters

R Data Science Essentials
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Getting Started with R Exploratory Data Analysis Pattern Discovery Segmentation Using Clustering Developing Regression Models Time Series Forecasting Recommendation Engine Communicating Data Analysis Index

Connectivity-based clustering


Connectivity-based clustering is also known as hierarchical clustering, where clustering analysis builds the cluster in an hierarchy. This method of clustering the dataset is considered not very suitable, especially when the dataset has too many outliers. Plotting the outliers in hierarchical clustering is complex and the computation process is time-consuming when the dataset is large.

In this section, we will oversee the implementation of hierarchical clustering using the same worlddata dataset in R. In order to implement hierarchical clustering, we first need to compute the distance for the elements in the dataset. We compute the distance between each and every element in the dataset using the dist function; this function takes the dataset as well as the method as an input, where we pass the methodology by which the distance is computed. This method can be used only for a numeric matrix. The different methods in which the distance is computed are euclidean...

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 $15.99/month. Cancel anytime}