Arguments - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
lifecycle
previous
Product Category
Software
Argument Category Description
OutputFormat Optional Specifies how the function outputs the weights that it assigns to each of the top N clusters:
  • 'sparse' (default):

    The function outputs each weight to a separate row of the output table.

  • 'dense':

    The function outputs the weights to a single row of the output table.

TopNClusters Optional Specifies the number of cluster weights that the function outputs. This value must be an INTEGER. For the value n, the function outputs for each data point the cluster with the greatest weight, the cluster with the second-greatest weight, and so on, ending with the cluster with the kth-greatest weight. The default value is 1.
PrintLogLikelihood Optional Specifies whether to output the log likelihood of an observation, given the data. The default value is 'false'.
Accumulate Optional Specifies the names of testdata columns to copy to the output table.
Attributes Optional Specifies the names of testdata columns that correspond to the attributes in the modeldata table. By default, these columns are all testdata columns except the first.
IDColumn Optional Specifies the input table column that defines the row identifier. The default value is the first input table column.