Input - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
lifecycle
previous
Product Category
Software

In the graph in the following figure, the nodes represent college sophomores and the edges represent the number of elective subjects that both sophomores have taken.

EigenvectorCentrality Example Input Graph

The graph in the preceding figure is represented by the vertices and edges tables sophomores and common_classes, respectively.

EigenvectorCentrality Example Vertices Table sophomores
id name
A Allen
B Becky
C Cathy
D Darren
EigenvectorCentrality Example Edges Table common_classes
startid endid electives
A B 1
A C 1
B C 1
C D 1
D A 1