Single Decision Tree Functions - 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

Decision trees are a common procedure used in data mining and supervised learning because of their robustness to many of the problems of real world data, such as missing values, irrelevant variables, outliers in input variables, and variable scalings. The algorithm is an “off-the-shelf” procedure, with a few parameters to tune.

This implementation creates only one decision tree, as opposed to generating multiple trees, as in the case of random forests. These functions support classification trees on continuous variables and categorical attributes, handle missing values during the prediction phase, and support GINI, entropy, and chi-square impurity measurements.