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

SQL-MapReduce provides a suite of functions to create a predictive model based on a combination of the Classification and Regression Trees (CART) algorithm for training decision trees, and the ensemble learning method of bagging.



The random forest functions are:

  • Forest_Drive, which builds a predictive model based on training data.
  • Forest_Predict, which uses the model generated by the Forest_Drive function to analyze the input data and make predictions.
  • Forest_Analyze, which analyzes the model generated by the Forest_Drive function and gives weights to the variables used in the model. This helps you understand the basis by which the Forest_Predict function makes predictions.