SupervisedShapeletClassifier Arguments - Aster Analytics

Teradata AsterĀ® Analytics Foundation User GuideUpdate 2

Product
Aster Analytics
Release Number
7.00.02
Published
September 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
uce1497542673292.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1022
lifecycle
previous
Product Category
Software
ValueColumn
[Optional] Specifies the name of the time_series column that contains the data points in the time series. Default: "value".
TimeInterval
[Optional] Specifies the number of data points in a time series to skip between consecutive time series windows when calculating the distance of a shapelet from a time series.

Because a shapelet is typically much smaller than a complete time series, the function calculates the distance of a shapelet from a time series by sliding the shapelet across time series windows of shapelet length, calculating the distance between the shapelet and each window, and then selecting the smallest distance.

The num_data_points is the number of data points to skip when sliding from one time series window to the next. The num_data_points must be an INTEGER in the range [1, 1000000]. The value 1 gives optimal results at the cost of higher execution time. Default: 10.

This argument must specify the same value as the SupervisedShapeletTrainer TimeInterval argument specified when it generated the shapelets table.
Accumulate
[Optional] Specifies the names of the time_series columns to copy to the output table. Default: id and predicted_category. Columns specified by this argument appear after the other output table columns.