Arguments - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
lifecycle
previous
Product Category
Software
Argument Category Description
InputColumns Required Specifies the names of the input_table columns that contain the values and timestamps of the time series.
The InputColumns argument has the alternate name Input_Table_Value_Column_Names.
If these columns contain NaN or infinity values, then use a WHERE clause to remove them.
TemplateColumns Required Specifies the names of the template_table columns that contain the values and timestamps of the time series.
The TemplateColumns argument has the alternate name Template_Table_Value_Column_Names.
If these columns contain NaN or infinity values, then use a WHERE clause to remove them.
TimeseriesID Required Specifies the names of the columns by which the input_table is partitioned. These columns comprise the unique ID for a time series in input_table.
TemplateID Required Specifies the names of the columns by which the template_table is ordered. These columns comprise the unique ID for a time series in template_table.
Radius Optional Specifies the integer value that determines the projected warp path from a previous resolution. The default value is 10.
DistMethod Optional Specifies the metric for computing the warping distance. The supported values of distance_metric, which are case-sensitive, are
  • 'EuclideanDistance' (default)
  • 'ManhattanDistance'
  • 'BinaryDistance'

These values are further described in the Background section of the function: VectorDistance.

The DistMethod argument has the alternate name Metric.
WarpPath Optional Determines whether to output the warping path. The default value is 'false'.