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 VectorDistance function requires two input tables: target, which contains the target vectors, and ref, which contains the reference vectors.

VectorDistance Target Input Table Schema
Column Name Data Type Description
target_id_column Any Column that is, or is part of, the target vector identifier. The vector identifier can have multiple columns.
feature Any except BYTEA Feature name of the vector.
value SMALLINT, INTEGER, BIGINT, NUMERIC, or DOUBLE PRECISION Value of the feature.
VectorDistance Reference Input Table Schema
Column Name Data Type Description
ref_id_column Any Column that is, or is part of, the reference vector identifier. The vector identifier can have multiple columns.
feature Any except BYTEA Feature name of the vector.
value SMALLINT, INTEGER, BIGINT, NUMERIC, or DOUBLE PRECISION Value of the feature.