dtree_check¶
Decision tree code check
Synopsis¶
dtree_check
Arguments:
ds: dataset name
code: code of decision tree
Return value:
{
dictionary"code": code of decision treeerror: optional error message, stringline: optional error line no, intpos: optional position on error line, int}
Description¶
Request checks if decision tree code is correct.
Returning properties error, line, no are set if error happens and correspond to the first error in the code.