mlpack
3.4.2
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
mlpack
core
cv
metrics
average_strategy.hpp
Go to the documentation of this file.
1
12
#ifndef MLPACK_CORE_CV_METRICS_AVERAGE_STRATEGY_HPP
13
#define MLPACK_CORE_CV_METRICS_AVERAGE_STRATEGY_HPP
14
15
namespace
mlpack {
16
namespace
cv {
17
25
enum
AverageStrategy
26
{
27
Binary
,
28
Micro
,
29
Macro
30
};
31
32
}
// namespace cv
33
}
// namespace mlpack
34
35
#endif
mlpack::cv::Binary
Definition:
average_strategy.hpp:27
mlpack::cv::Micro
Definition:
average_strategy.hpp:28
mlpack::cv::AverageStrategy
AverageStrategy
This enum declares possible strategies for averaging that can be used in some metrics like precision...
Definition:
average_strategy.hpp:25
mlpack::cv::Macro
Definition:
average_strategy.hpp:29
Generated by
1.8.5