PathAnalyzer 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ā„¢
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-character delimiter that separates symbols in the path string.
Do not use any of the following characters as delimiter (they cause the function to fail):
  • Asterisk (*)
  • Plus (+)
  • Left parenthesis (()
  • Right parenthesis ())
  • Single quotation mark (')
  • Escaped single quotation mark (\')
  • Backslash (\)
Default: ',' (comma)