TD_ClassificationEvaluator (
ON { table | view | (query) } AS InputTable
[ OUT [ PERMANENT | VOLATILE ] TABLE OutputTable (output_table_name) ]
USING
ObservationColumn('observation_column')
PredictionColumn('prediction_column')
{
NumLabels (labels_count) | Labels ('label1'[,...])
}
)
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