Book Image

Graph Analysis with Java [Video]

By : Erik Costlow
Book Image

Graph Analysis with Java [Video]

By: Erik Costlow

Overview of this book

<p><span id="description" class="sugar_field">Graph analysis helps you track relationships between data points to identify associations, clusters, and patterns. This video course will begin by understanding how to track data in graph form so that you can take advantage of these techniques and understand the various graph database components. You will also learn how to make a basic graph and view, interact with your graphs, and perform analysis like cluster detection and statistical calculations. Towards the end of the video course, you will walk through a real-world graph analysis problem using Java to read your email communications and graph them for cluster detection.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This video course will help you to ensure that you track relationships in your data in a graphical form in a step-by-step manner.&nbsp;</span></span></p>
Table of Contents (2 chapters)
Chapter 1
Graph Analysis Basics
Content Locked
Section 2
Terminology
Data within graphs is not represented as rows and columns, rather they use a structure that highlights the relationships between entities. We will look at those terminologies in this video. - Understand the role of graphs - Differentiate between graphs and other data formats - Look at the terms used to describe graphs