ClassifierDeleteClass
Delete a class from a specified classifier.
You must set ClassifierName to the name of the classifier, and set ClassName to the name of the class that you want to delete. The action deletes the class and its training information (but it does not delete the training documents from the index).
After you delete a class, IDOL Category Component automatically retrains the classifier.
Example
http://12.3.4.56:9020/action=ClassifierDeleteClass&ClassifierName=food&ClassName=vegetables
This action deletes the vegetables
class from the food
classifier.
Required Parameters
The following action parameters are required.
Parameter | Description |
---|---|
ClassifierName | The name of the classifier to modify. |
ClassName | The name of the class that you want to delete. |
Optional Parameters
This action accepts the following standard ACI action parameters.
Parameter | Description |
---|---|
ActionID | A string to use to identify an ACI action. |
EncryptResponse | Encrypt the output. |
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. |