Arguments - 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
Argument Category Description
TargetKey Required Specifies the key of the target vertex of an edge. The key consists of one or more edges table column names.
Directed Optional Specifies whether the graph is directed. The default value is 'false'.
EdgeWeight Optional Specifies the name of the edges table column that contains the edge weights. Each edge weight is a positive value in the range (0-1]. By default, the function treats the input graph as unweighted.
DegreeRange Optional Specifies 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. By default, the function outputs all nodes.
Accumulate Optional Specifies the names of the vertices table columns to copy to the output table.