BinaryCatSetDetails

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 by users that belong to an authorization role that allows the Admin standard role, or which enables the action explicitly. See Authorization Roles Configuration Parameters.

Example

http://12.3.4.56:9020/action=BinaryCatSetDetails&Name=spam_binarycat&MinDocOccs=12&TestTermsPerDoc=20

This action changes the value of the parameter MinDocOccs to 12, and the value of the parameter TestTermsPerDoc to 20, for the binary category named spam_binarycat.

Required Parameters

The following action parameters are required.

Parameter Description
Name The name of the binary category to set.

Optional Parameters

This action accepts the following optional parameters.

Parameter Description
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.
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.
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.