Modularity Examples Input - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.10
1.1
Published
October 2019
Language
English (United States)
Last Update
2019-12-31
dita:mapPath
ima1540829771750.ditamap
dita:ditavalPath
jsj1481748799576.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢

The examples use a graph in which nodes represent persons who are geographically distributed across the United States and are connected on an online social network, where they follow each other. The directed edges start at the follower and end at the leader. For example, Alex follows Bob and Casey.

Graph of Social Network
Graph of input for examples of Machine Learning Engine function Modularity

The graph in the figure is represented by the Vertices and Edges tables friends and followers_leaders, respectively. The Edges table column intensity represents the fervor with which the follower follows the leader, on a scale from 1 (lowest) to 10 (highest).

Vertices: friends
friends_name location group_id
Alex SanFrancisco SanFrancisco
Bob LosAngeles LosAngeles
Casey LosAngeles LosAngeles
Danny NewYorkCity NewYorkCity
Eve Birmingham Birmingham
Fox Austin Austin
Gohar Miami Miami
Harry Chicago Chicago
Edges: followers_leaders
follower leader intensity
Alex Bob 5
Alex Casey 6
Casey Bob 1
Eve Danny 9
Fox Danny 7
Fox Eve 8
Gohar Casey 10
Harry Gohar 4
Harry Danny 3