Output - 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

The function outputs a message and a model table.

SupervisedShapeletTrainer Output Message Schema
Column Name Data Type Description
statistics VARCHAR Name of the model table, number of shapelets, and number of rows.
SupervisedShapeletTrainer Model Table Schema
Column Name Data Type Description
shapelet_id INTEGER Unique identifier of a shapelet.
time_instant INTEGER Column that represents the time axis of the shapelet. Time values are represented as integers, regardless of the data type of time_column in input_data_table.
value Same as value_column in input_data_table Column that represents the data point values of the shapelet.
split_value DOUBLE PRECISION Column that represents the split value of the shapelet.
left_child_id INTEGER shapelet_id of the left child of the shapelet in the shapelet tree.
right_child_id INTEGER shapelet_id of the right child of the shapelet in the shapelet tree.
left_class VARCHAR Class (category) identifier of the left child of the shapelet.
right_class VARCHAR Class (category) identifier of the right child of the shapelet.