Module protkit.metrics.classification_eval
Implements class ClassificationEval
for evaluating results of protein classification problems.
Expand source code
#!/usr/bin/env python3
# -*- coding:utf-8 -*-
# Authors: Fred Senekal (FS)
# Contact: fred@silicogenesis.com
# License: GPLv3
"""
Implements class `ClassificationEval` for evaluating results of protein classification problems.
"""
class ClassificationEval:
pass
Classes
class ClassificationEval
-
Expand source code
class ClassificationEval: pass