PathAnalyzer Example - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.00
1.0
Published
May 2019
Language
English (United States)
Last Update
2019-11-22
dita:mapPath
blj1506016597986.ditamap
dita:ditavalPath
blj1506016597986.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantage™

Input

SQL Call

SELECT * FROM PathAnalyzer (
  ON clickstream1 AS InputTable
  OUT TABLE OutputTable (path_output)
  USING
  SeqColumn ('path')
  CountColumn ('cnt')
  HashCode ('false')
  Delimiter (',')
) AS dt;

Output

message
Query executed successfully. Output is stored in the table specified in  OutputTable argument.

The output table is the same as the PathStart Example output.