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

The input table is a collection of categorized news articles in Simplified Chinese, from news.data.

To create the input table, use this statement:

CREATE FACT TABLE news_test (
  doc_id VARCHAR(10),
  content TEXT,
  category VARCHAR(8)
) DISTRIBUTE BY HASH(doc_id);

To load the input table with data, use this command:

ncluster_loader -h  queen_ip_address  -U  username  -w  password  news_test news_test.data;

NaiveBayesTextClassifierPredict Chinese Example Test Data news_test