Principal Component Analysis (PCA) - Aster Analytics

Teradata AsterĀ® Spark Connector User Guide

Product
Aster Analytics
Release Number
7.00.00.01
Published
May 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
dbt1482959363906.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
dbt1482959363906
lifecycle
previous
Product Category
Software

The PCA class defines a wrapper function that uses the Aster Spark API and implements the Spark MLlib PCA algorithm. It derives from the base class AsterSparkFunctionDR.

Run Method Signature

run(input: RDD[DataRow], sparkFunctParams: String): RDD[DataRow]

Parameters

Number of components.

Returns

Transformation of the input after applying PCA.

Version

Spark 1.3 and later.