ShapeletSupervised Output - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢

Output Message Schema

Column Data Type Description
stats VARCHAR Reports creation of model table, number of shapelets, and number of rows.

ModelTable Schema

The function saves this model table to output_model_table, whose default value is shapelet_model in the current schema.

Column Data Type Description
shapelet_id INTEGER Shapelet identifier.
time_instant INTEGER Shapelet time axis, represented as integer.
value Same as target_column in InputTable Shapelet data point value.
split_value DOUBLE PRECISION Shapelet split value.
left_child_id INTEGER shapelet_id of left child of shapelet in shapelet tree.
right_child_id INTEGER shapelet_id of right child of shapelet in shapelet tree.
left_class VARCHAR Class (category) identifier of left child of shapelet.
right_class VARCHAR Class (category) identifier of right child of shapelet.