Visualize whole image classification.
BK = BLOCK_VIS() Initializes the block with the default options.
BK = BLOCK_VIS(BK) Executes the block with options and inputs BK.
Required inputs:
- db
The database.
- prediction
The classifier's predictions.
Options:
- bk.verb
Verbosity level. Default 1.
Fetchable attributes:
- report
A structure containing a report on the results which has fields: tp: True positives tn: True negatives eer: The equal error point ur: Uniform prior error rate urt: Uniform prior error rate threshold auc: The area under the ROC curve.