perClass Documentation
version 5.4 (7-Dec-2018)
 SDOPS  Construct a set of operating points

     OPS=SDOPS(TYPE,OP_DATA,LIST)

     OPS=SDOPS('w',WEIGHTS,LIST)
     OPS=SDOPS('thr',THR,LIST)

 INPUTS
    TYPE      String type of operating point
    WEIGHT    Matrix of weights (op.points x classes)
    THR       Vector of thresholds
    LIST      List of decisions (SDLIST)

 OUTPUT
    OPS       SDOPS object

 DESCRIPTION
 SDOPS creates a set of operating points. Operating point fully defines
 how soft classifier output is converted into crisp decisions.
 Weighting based operating points serve for construction of
 discriminantns; thresholding-based to create detectors.

 SEE ALSO
 DECIDE