Input - 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

The first two columns of the input table must be index and payoff, respectively. The tables can have other columns after these two, but the function ignores them.

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