Skip to content
Snippets Groups Projects
Commit 632c324a authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

nit

parent ac9a91bc
No related branches found
No related tags found
1 merge request!7Major refactoring
......@@ -11,3 +11,5 @@ src
develop-eggs
sphinx
dist
build/
record.txt
"""A script to plot the decision boundaries.
"""Plots the decision boundaries of fusion algorithms.
"""
from __future__ import print_function, absolute_import, division
import logging
......@@ -116,7 +116,7 @@ def plot_boundary_decision(algorithm, scores, score_labels, threshold,
@verbosity_option()
def boundary(scores, model_file, threshold, group, grouping, output, x_label,
y_label, skip_check):
"""Plots the decision boundary.
"""Plots the decision boundaries of fusion algorithms.
The script takes several scores (usually eval scores) from different
biometric and pad systems and a trained algorithm and plots the decision
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment