SVMDenseSummary Example 1: ShowSummary ('true') - Teradata Vantage

Teradata® Vantage Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
1.0
8.00
Published
May 2019
Language
English (United States)
Last Update
2019-11-22
dita:mapPath
blj1506016597986.ditamap
dita:ditavalPath
blj1506016597986.ditaval
dita:id
lmf1502735330121
Product Category
Teradata Vantage

Input

SQL Call

SELECT * FROM SVMDenseSummary (
  ON (SELECT TOP 1 * FROM svm_iris_train) AS "input" PARTITION BY 1
  ON densesvm_iris_rbf_model AS model DIMENSION
  USING
  AttributeColumns ('[1:4]')
  OutputSummary ('true')
) AS dt ;

Output

message
The model is trained with 120 samples and 512 unique attributes with hash projection
There are 3 different classes in the training set
The model is converged after 28 steps with epsilon 0.01, the average value of the loss function for the training set is 15.81343373822361
The corresponding training parameters are cost:1.0 bias:0.0