LinearRegressionWithSGDRun - 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 LinearRegrWithSGDRun class defines a wrapper function that uses the Aster Spark API and implements the running phase of the Spark MLlib LinearRegressionWithSGD algorithm. The function uses a model that is typically generated by the LinearRegressionWithSGDTrain function.

Run Method Signature

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

Parameters

String representing the parameters specific to the function you are implementing. The string has this syntax:
'--option_value_pair [,...]'
option_value_pair is:
  • modelLocation model_location

    Required. Specifies the file system or HDFS path to the location of the training model.

Returns

The input data and the predicted value.

Version

Spark 1.3 or later.