TASK-XML-STRING

A string of XML representing a data-mining task to execute. Must be enclosed in single quotation marks.

There are several ways of obtaining the XML string. For the build task, the XML can be obtained either from display algorithm template (for a new build template) or from display mining template with mode 'build' (for an existing build template). For the apply task, the XML can be obtained either from display model template (for a new apply template) or from display mining template with mode 'apply' (for an existing apply template).

You may need to do the following before pasting the XML string into a MaxL statement:

  1. modify expressions in the template

  2. escape all single quotation marks in the XML (replace all ' with \' )

Type

string (see MaxL Syntax Notes)

Referenced By

create mining result

create mining task template

create model