ScaleMap Output - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.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.