PathGenerator Input - 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 Table Schema

Column Data Type Description
input_column Any [Optional] Column other than sequence_column or count_column. Typically, one input_column is a user identifier.
sequence_column VARCHAR Path to analyze, which has this syntax:
symbol [delimiter symbol ...]
Each symbol is an alphanumeric character, typically a code that represents a unique web page view, as in PathGenerator Example.

If the input table is a query result, the query must specify sequence_column in the GROUP BY clause, so that input table has one row for each unique path.

count_column INTEGER Number of times path was traveled.