LocalClusteringCoefficient Syntax Elements - 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™
TargetKey
Specify the key of the target vertex of an edge. The key consists of one or more Edges table column names.
Directed
[Optional] Specify whether the graph is directed.
Default: 'false'
EdgeWeight
[Optional] Specify the name of the Edges table column that contains the edge weights. Each edge weight is a positive value in the range (0-1].
Default behavior: The function treats the input graph as unweighted.
DegreeRange
[Optional] Specify the edge degree range—at least min and at most max ([min:max]), at least min ([min:]), or at most max ([:max]). The min and max must be positive integers. The function outputs only nodes with degrees in the specified range.
Default behavior: The function outputs all nodes.
Accumulate
[Optional] Specify the names of the Vertices table columns to copy to the output table.