ScaleMap Output - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.10
1.1
Published
October 2019
Language
English (United States)
Last Update
2019-12-31
dita:mapPath
ima1540829771750.ditamap
dita:ditavalPath
jsj1481748799576.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageâ„¢

Output Table Schema

Column Data Type Description
stattype VARCHAR Type of statistical information, a value from stattype column of following table.
stattype_value DOUBLE PRECISION Value of stattype, described in Description column of following table.

stattype Values (Supported Data Types)

stattype Description
min Minimum value in corresponding column in current vworker.
max Maximum value in corresponding column in current vworker.
sum Sum value in corresponding column in current vworker.
squaresum Sum of squared values in corresponding column in current vworker.
count Count of valid values in corresponding column in current vworker.
infinity Count of infinite values in corresponding column in current vworker.
nan Count of NaN values in corresponding column in current vworker.
null Count of NULL values in corresponding column in current vworker.
ignorerow Count of ignored rows in corresponding column in current vworker.
text_missvalue_missvalue missvalue is value of MissValue syntax element—KEEP, OMIT, ZERO, or LOCATION.