ApproximateCloseness Syntax Elements - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢
OutputTable
Specify the name of the output table in which the function is to store the result.
VertexKey
Specify the name of the source column in the Vertices table.
SourceKey
Specify the name of the source column in the Edges table.
TargetKey
Specify the name of the target column in the Edges table.
MaxDistance
[Optional] Specify the maximum distance between any source vertex and target vertex in the graph. The max_distance must be a positive integer and can be an estimate of the diameter of the graph.
Default: 10
Directed
[Optional] Specify whether the graph is directed. If you specify 'false', the function treats the input edges of the Edges table as bidirectional.
Default: 'true'
StopThreshold
[Optional] Specify the DOUBLE PRECISION value that determines when the function converges.
Default: 0.0