KNNRecommenderPredict Arguments - Aster Analytics

Teradata AsterĀ® Analytics Foundation User GuideUpdate 2

Product
Aster Analytics
Release Number
7.00.02
Published
September 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
uce1497542673292.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1022
lifecycle
previous
Product Category
Software
UserIDColumn
[Optional] Specifies the user_rating_table column that contains the user IDs. The default is the first column in the rating table.
You must specify either all or none of UserIDColumn, ItemIDColumn, and RatingColumn. If you specified them in the KNNRecommenderTrain call that generated the weights and bias tables that the KNNRecommenderPredict call uses, you must specify them in the KNNRecommenderPredict call, with the same values.
ItemIDColumn
[Optional] Specifies the user_rating_table column that contains the item IDs. The default is the second column in the rating table.
RatingColumn
[Optional] Specifies the user_rating_table column that contains the ratings. The default is the third column in the rating table.
TopK
[Optional] Specifies the number of items to recommend for each user. The function recommends the top_k_recommendations highest-rated items. Default: 3.