DiSMEC++
|
Classes | |
struct | sTrueLabelInfo |
struct | sPredLabelInfo |
class | EvaluateMetrics |
This TaskGenerator enables the calculation of evaluation metrics on top-k style sparse predictions. More... | |
class | MetricCollectionInterface |
Base class for all metrics that can be calculated during the evaluation phase. More... | |
class | ConfusionMatrixRecorder |
class | InstanceAveragedMetric |
class | InstanceRankedPositives |
class | AbandonmentAtK |
class | MetricReportInterface |
class | InstanceWiseMetricReporter |
class | MacroMetricReporter |
class | PredictionBase |
Base class for handling predictions. More... | |
class | FullPredictionTaskGenerator |
class | TopKPredictionTaskGenerator |
Typedefs | |
using | ConfusionMatrix = ConfusionMatrixBase< long > |
using dismec::prediction::ConfusionMatrix = typedef ConfusionMatrixBase<long> |