PathAnalyzer 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.
SeqColumn
Specify the name of the InputTable column that contains the paths.
CountColumn
[Optional] Specify the name of the InputTable column that contains the number of times a path was traveled.
Default: 1
HashCode
[Optional] Specify whether to include the hash code of the output column node.
Default: 'false'
Delimiter
Specify the single Unicode character delimiter that separates symbols in the path string.
If delimiter is backslash (\) or single quotation mark ('), you must precede it with the escape character, backslash (\). For example:
Delimiter ('\\') -- Delimiter is backslash
Delimiter ('\'') -- Delimiter is single quotation mark