ShapleyGenerateCombination Input - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.00
1.0
Published
May 2019
Language
English (United States)
Last Update
2019-11-22
dita:mapPath
blj1506016597986.ditamap
dita:ditavalPath
blj1506016597986.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢

Input Table Schema

The table can have additional columns, but the function ignores them.

Column Data Type Description
index VARCHAR First column of table. Contains bit strings that indicate which players are in the combination. Length of each bit string is total number of players. Each bit represents a player. Bit has value 1 if player is in the combination and 0 otherwise. Most and least significant bits represent first and last players, respectively. Each row represents a unique combination.
payoff DOUBLE PRECISION Second column of table. Contains observed payoff value for corresponding combination in index column.