Module containing methods for evaluating representations.
This module acts as an interface to evaluation against the classify and retrieval modules through the evaluate_classification() and evaluate_retrieval() functions, respectively.
Author: | Kjetil Valle <kjetilva@stud.ntnu.no> |
---|
Return classification performance using set of data and a list of labels.
Supported values for mode are ‘split’ or ‘cross-validation’.