CreateClassifier

Creates a new, empty, classifier for use with image classification.

Type: synchronous

Parameter Description Required
classifier The name for the new classifier (maximum 254 bytes). Yes

Example

The following example creates an empty classifier named vehicles.

/action=CreateClassifier&classifier=vehicles

Response

<autnresponse>
  <action>CREATECLASSIFIER</action>
  <response>SUCCESS</response>
  <responsedata></responsedata>
</autnresponse>

See Also

  • To add an object class to the classifier, use the action CreateClass.