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 2
Real World Graph Analysis
Content Locked
Section 2
Email Parsing
In this video we will learn to retrieve and parse your email to get it ready for graph analysis. - Understand the structure of email - Get desired graph structure - Look at the code to connect them