Allows you to change the values of the parameters in the table below for the selected binary category.
Each of these parameters has a default value; include the parameter in the action only if you want to change the value.
Note: This is an administrative action that can be sent only from AdminClients (which are set in the [Server]
section of the configuration file).
http://12.3.4.56:9000/action=BinaryCatSetDetails&Name=spam_binarycat&MinDocOccs=12&TestTermsPerDoc=20
This action uses port 9000
to instruct IDOL Server, which is located on a machine with the IP address 12.3.4.56
, to change the value of the parameter MinDocOccs to 12
, and the value of the parameter TestTermsPerDoc to 20
, for the binary category named spam_binarycat
.
Parameter | Description | Required |
---|---|---|
DefaultTermWeight | The weight to assign to a test term that is not recognized. | |
LowerWeightLimit | The minimum weighting that a term can receive. | |
MinDocOccs | The minimum number of documents in which a term must appear before it can be weighted and used to score. | |
MinTestTerms | The minimum number of scoring terms that a document can contain before a positive decision is allowed. | |
Name | The name of the binary category to set. | Yes |
TestTermsPerDoc | The maximum number of ‘best’ terms to use from each test document for weighting. | |
TestThreshold | The percentage that must be scored before a document is flagged as positive. | |
UpperWeightLimit | The maximum weighting that a term can receive. |
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. |
|