Skip to content

Implemented IJBA customized plot

Tiago de Freitas Pereira requested to merge ijba-customized-plot into master

Implementing #27 (closed).

So not we have two types of plot.

+-----------------+-----------------+-----------------+-----------------+--------------------------+
|    CMC% (R=1)   | TPIR% (FAR=0.1) | TPIR% (FAR=0.01)|TPIR% (FAR=0.001)| split                    |
+=================+=================+=================+=================+==========================+
|   00000         |0000000          |00000000         |00000            |split 0                   |
+-----------------+-----------------+-----------------+-----------------+--------------------------+
|                                                                                                  |

for the comparison protocols

+-----------------+-----------------+-----------------+--------------------------+
| DIR% (FAR=0.1)  | DIR% (FAR=0.01) | DIR% (FAR=0.001)| split                    |
+=================+=================+=================+==========================+
|   00000         |000000           |0000000          |00000000                  |

for the search protocols

Merge request reports