TD_WordEmbeddings Output - Analytics Database

Database Analytic Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-10-04
dita:mapPath
gjn1627595495337.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
jmh1512506877710
Product Category
Teradata Vantageā„¢

Output Table Schema

Column Data Type Description
IDColumn INTEGER, CHAR, VARCHAR (CHARACTER SET LATIN or UNICODE for CHAR and VARCHAR) Unique row identifier.
tokenColumn VARCHAR (CHARACTER SET LATIN) 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.