StateID
The IDs of one or more state tokens that list the documents that you want to use to train the structured category. You create state IDs by using the StoreState parameter for the Query action. For example, if you want to train a film category for your structured classifier, you might use a state token that describes the results of a query for different films.
IDOL Server retrieves the documents in the state token and uses the document content and fields to train the structured category that you create with the specified Name.
Separate multiple state tokens with commas. There must be no space before or after a comma.
If you specify the token ID only, IDOL Server uses all documents listed in the token to train the class. If you add a (zero-based) index range, or individual numbers separated by plus symbols (+), in square brackets after the token ID, IDOL Server considers only that range or set of documents.
NOTE: When you specify documents or document ranges, you must list the entries in increasing numerical order.
Actions: | StructuredCategoryCreate
|
Type: | String |
Default: | |
Example: |
Use the documents listed in the state token StateID=B8UGIK95FKJG-23 Use the first twelve documents, plus the fourteenth and sixteenth documents, listed in the state token StateID=B8UGIK95FKJG-23[0-11+13+15] |
See Also: | StoreState |