NGramSplitter_MLE 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 Table Schema

The table has a row for each unique n-gram in each input document.

Column Data Type Description
accumulate_column VARCHAR [Column appears once for each specified accumulate_column.] Column copied from input table.
ngram_column VARCHAR Created n-gram.
gram_length_column INTEGER Length of n-gram in words (value n).
frequency_column INTEGER Count of each unique n-gram in document.
total_count_column INTEGER [Column appears only with TotalCountColName ('true').] Total number of n-grams in document for each length n specified in Grams syntax element.