TD_RegressionEvaluator(
ON { table | view | (query) } AS InputTable
USING
ObservationColumn('observation_column')
PredictionColumn('prediction_column')
[ Metrics('metric_1',['metric_2',.....'metric_n']) ]
[ NumOfIndependentVariables(value) ]
[ DegreesOfFreedom(df1,df2) ]
)
You can call this function from:
- The FROM clause of a SELECT statement
- As part of a CREATE TABLE statement
- As part of a CREATE VIEW statement