Input - 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 HMMSupervisedLearner function takes a vertices table as the input fact table. Each sequence represents a vertex. The PARTITION BY clause consists of list attributes representing the unique sequence across the entire table. The ORDER BY clause sorts the observations in each sequence chronologically in ascending order.

The function can train either one HMM or multiple HMMs. Each model id corresponds to an output HMM model.

HMMUnSupervisedLearner Input Table Schema
Column Data Type Description
model_column Any Identifies the set of observations in a single model.
sequence_column Any Identifies a sequence of observed values.
skip_column Any data type that can have the value "false", "no", "f", "n", "0", "true", "yes", "t", "y", or "1". Indicates rows to skip. A value of "true", "yes", "t", "y", or "1" indicates a row to skip. If the value is NULL, the row is not skipped.