DiSMEC++
|
Specifies how to interpret a weight matrix for a partial model. More...
#include <model.h>
Public Attributes | |
label_id_t | first_label |
First label in the partial model. More... | |
long | label_count |
Number of labels in the partial model. More... | |
long | total_labels |
Total number of labels. More... | |
Specifies how to interpret a weight matrix for a partial model.
This contains information about the first label for which there are weights, the number of weights, and the number of total labels.
label_id_t dismec::model::PartialModelSpec::first_label |
long dismec::model::PartialModelSpec::label_count |
Number of labels in the partial model.
Definition at line 24 of file model.h.
Referenced by dismec::model::DenseModel::DenseModel().
long dismec::model::PartialModelSpec::total_labels |