KNNRecommender Input - 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ā„¢

RatingTable Schema

The table has user ratings of items.

Column Data Type Description
userid_column INTEGER User identifier.
itemid_column INTEGER Item identifier.
rating_column Any numeric type. Rating user gave item.

If the same user rates the same item more than once, the function might select any one of those ratings for that user-item combination; therefore, function results are nondeterministic even with the UniqueID argument.