StructuredClassifierCreate

Create a structured classifier to use to classify documents into one of your trained structured categories.

You must set Name to the name to use for the new structured classifier. You must also set StructuredCategories to a list of structured categories to use in the structured classifier. When you query the structured classifier, IDOL Server classifies your query document into one of these structured categories.

Example

http://12.3.4.56:9000/action=StructuredClassifierCreate&Name=TypeClassifier&StructuredCategories=FILM,BUSINESS,CITY,HUMAN

This action creates a structured classifier with the name TypeClassifier. The classifier classifies documents into the structured categories FILM, BUSINESS, CITY, and HUMAN.

Required Parameters

The following action parameters are required.

Parameter Description
Name The name of the structured classifier to create.
StructuredCategories A list of structured categories to include in the structured classifier.

Optional Parameters

This action accepts the following standard ACI action parameters.

Parameter Description
ActionID A string to use to identify an ACI action.
FileName The file to write output to.
ForceTemplateRefresh Forces the server to load the template from disk.
Output Writes output to a file.
ResponseFormat The format of the action output.
Template The template to use for the action output.
TemplateParamCSVs A list of variables to use for the specified template.