Graph Analysis - 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
Graph Analysis Functions
Function Description
AllPairsShortestPath Computes the shortest distances between all combinations of the specified source and target vertices.
Betweenness Determines betweenness for every vertex in a graph. Betweenness is a type of centrality (relative importance) measurement.
Closeness Computes closeness and k-degree scores for each specified source vertex in a graph.
EigenvectorCentrality Calculates the centrality (relative importance) of each node in a graph.
gTree Follows all paths in a graph, starting from a given set of root vertices, and calculates specified aggregate functions along those paths.
LocalClusteringCoefficient Analyzes the structure of a network.
LoopyBeliefPropagation Calculates the marginal distribution for each unobserved node, conditional on any observed nodes.
Modularity Discovers communities (clusters) in input graphs without advance information about the clusters. Detects communities by discovering the strength of relationships among data points.
nTree Builds and traverses tree structures on all worker nodes in a graph.
PageRank Computes PageRank values for a directed graph.
pSALSA Evaluates the similarity of nodes in a bipartite graph according to their proximity. Typically used for recommendation.
RandomWalkSample Outputs a sample graph that represents the input graph (which is typically extremely large).