Input - Aster Analytics

Teradata AsterĀ® Analytics Foundation User GuideUpdate 2

Product
Aster Analytics
Release Number
7.00.02
Published
September 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
uce1497542673292.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1022
lifecycle
previous
Product Category
Software

The NeuralNet function has a required input table and an optional weight table.

NeuralNetwork Input Table Schema
Column Name Data Type Description
input_column Any numeric type Predictor variable. The table has one such column for each input column specified by the InputColumns argument.
response_column Any numeric type Response variable. The table has one such column for each input column specified by the ResponseColumns argument.
NeuralNetwork Weight Table Schema
Column Name Data Type Description
group_by_column Any numeric type Columns that contains neural network output for a group. The table has one such column for each input column specified by the GroupByColumns argument.
weight_n DOUBLE PRECISION Initial weight for attribute n. The table has n such columns.