ChangePointDetection Output - 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ā„¢

The output table schema depends on the OutputOption argument.

Output Table Schema, OutputOption ('CHANGEPOINT') (Default)

The table has one row for each change point.

Column Data Type Description
accumulate_column Same as in input table [Column appears once for each specified accumulate_column.] Column copied from input table.
cptid INTEGER Changepoint identifier of sequence. For each partition, identifiers range from 1 to n, where n is the number of changepoints for the partition.

Output Table Schema, OutputOption ('VERBOSE')

The table has one row for each change point.

Column Data Type Description
accumulate_column Same as in input table [Column appears once for each specified accumulate_column.] Column copied from input table.
cptid INTEGER Changepoint identifier of sequence. For each partition, identifiers range from 1 to n, where n is the number of changepoints for that partition.
difference DOUBLE PRECISION Difference H 1 -H 0.

Output Table Schema, OutputOption ('SEGMENT')

The table has one row for each segment. For k changepoints, there are k+1 segments.

Column Data Type Description
accumulate_column# Any [Column appears once for each specified accumulate_column.] Segment starting point.
accumulate_column Same as in input table [Column appears once for each specified accumulate_column.] Column copied from input table.
segid INTEGER Segment identifier.