Optional Syntax Elements for TD_HNSWPredict - Teradata VantageCloud Lake

Lake - Analyze Your Data with ClearScape Analytics™

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2026-02-20
dita:mapPath
tcl1683670667798.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
tcl1683670667798
EfSearch
Specifies the number of neighbors to consider during search in HNSW graph. The minimum value is 1 and maximim is 1024 and the default is 32.
TopK
Specifies the number of top nearest neighbors to generate in the output. The minimum value is 1 and maximim is 1024 and the default is 10.
OutputNearestVector
Specifies whether to output the vector for the nearest neighbor. The default is false.
OutputSimilarity
Specifies whether to output similarity of input datapoint to the nearest vector. If it is set to false, then the function outputs distance instead of similarity. The default is false.
Accumulate
Specifies the columns to be copied from input to output.
SingleInputRow
Specifies whether input data contains only a single row. The default is false.
UseSIMD
Specifies whether to invoke SIMD instruction set for computing vector operations (distance between vectors).

Default: false