Skip to content
Snippets Groups Projects
Commit b5147645 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Changed the DIR axis names

parent 4ed66d1b
No related branches found
No related tags found
1 merge request!266Changed the DIR axis names
Pipeline #55439 passed
...@@ -87,8 +87,8 @@ class Dir(measure_figure.PlotBase): ...@@ -87,8 +87,8 @@ class Dir(measure_figure.PlotBase):
self._semilogx = ctx.meta.get("semilogx", True) self._semilogx = ctx.meta.get("semilogx", True)
self._rank = ctx.meta.get("rank", 1) self._rank = ctx.meta.get("rank", 1)
self._titles = self._titles or ["DIR curve"] * 2 self._titles = self._titles or ["DIR curve"] * 2
self._x_label = self._x_label or "False Alarm Rate" self._x_label = self._x_label or "False Positive Identification Rate"
self._y_label = self._y_label or "DIR" self._y_label = self._y_label or "True Positive Identification Rate"
def compute(self, idx, input_scores, input_names): def compute(self, idx, input_scores, input_names):
""" Plot DIR for dev and eval data using """ Plot DIR for dev and eval data using
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment