What is the purpose of the 'whereTable' subparameter in 'modelTable'?

0 vues

Réponse

The 'whereTable' subparameter in 'modelTable' specifies an input table whose rows are used as a WHERE filter for the model data. If the 'vars' subparameter is not specified for 'whereTable', all common variable names between the input table and the filtering table are used for matching rows. This filter is applied first if a 'where' expression is also provided for 'modelTable'.
Did this answer help you?
forestCode

decisionTree

See technical action