TD_WordEmbeddings Output - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

Output Table Schema

Column Data Type Description
IDColumn Integers, CHAR, VARCHAR Unique row identifier.
tokenColumn VARCHAR Tokens from the target column data. Applicable for token-embedding only.
v1 Real Coordinate point of the first dimension. Applicable for token-embedding and doc-embedding only.
v2 Real Coordinate point of the second dimension. Applicable for token-embedding and doc-embedding only.
There are as many v columns as there are dimensions.
similarity Real Similarity value between two text values. Applicable for token2token-similarity and doc2doc-similarity.
Accumulate columns Same as input data type Columns added from the input. Applicable for doc-embedding, token2token-similarity and doc2doc-similarity.