DECIDE Perform decisions on data set with classifier soft outputs
DEC=DECIDE(OPS,DATA)
[DEC,LL]=DECIDE(OPS,DATA)
OUT=DECIDE(OPS,DATA,'all')
INPUT
OPS SDOPS object
DATA SDDATA or matrix
OUTPUT
DEC SDLAB object or vector with decision
LL Decision list (SDLIST object)
OUT Matrix with decisions (indices to decision list OPS.list)
DESCRIPTION
DECIDE converts classifier soft outputs in DATA into crisp decisions at a
current operating point in OPS. If DATA is SDDATA object, DEC is a SDLAB
object. If DATA is a matrix, DEC is a vector of indices to OPS.list.
If 'all' option is used, decisions at all operating points in OPS are
performed and returned in matrix OUT. The output matrix contains indices
to the OPS.list. Decisions at each operating point in OPS is returned as
corresponding columns in OUT.
SEE ALSO
IND2NAME, GETLIST