DiSMEC++
dismec::model::DenseModel Member List

This is the complete list of members for dismec::model::DenseModel, including all inherited members.

adjust_label(label_id_t label) constdismec::model::Modelprotected
contained_labels() const noexceptdismec::model::Modelinline
DenseModel(const weight_matrix_ptr &weights)dismec::model::DenseModelexplicit
DenseModel(weight_matrix_ptr weights, PartialModelSpec partial)dismec::model::DenseModel
DenseModel(long num_features, long num_labels)dismec::model::DenseModel
DenseModel(long num_features, PartialModelSpec partial)dismec::model::DenseModel
FeatureMatrixIn typedefdismec::model::Model
get_raw_weights() constdismec::model::DenseModelinline
get_weights_for_label(label_id_t label, Eigen::Ref< DenseRealVector > target) constdismec::model::Model
get_weights_for_label_unchecked(label_id_t label, Eigen::Ref< DenseRealVector > target) const overridedismec::model::DenseModelprivatevirtual
has_sparse_weights() const finaldismec::model::DenseModelinlinevirtual
is_partial_model() constdismec::model::Model
labels_begin() const noexceptdismec::model::Modelinline
labels_end() const noexceptdismec::model::Modelinline
m_LabelsBegindismec::model::Modelprivate
m_LabelsEnddismec::model::Modelprivate
m_NumLabelsdismec::model::Modelprivate
m_Weightsdismec::model::DenseModelprivate
Model(PartialModelSpec spec)dismec::model::Modelexplicit
num_features() const overridedismec::model::DenseModelvirtual
num_labels() const noexceptdismec::model::Modelinline
num_weights() const noexceptdismec::model::Modelinline
predict_scores(const FeatureMatrixIn &instances, PredictionMatrixOut target) constdismec::model::Model
predict_scores_unchecked(const FeatureMatrixIn &instances, PredictionMatrixOut target) const overridedismec::model::DenseModelprivatevirtual
PredictionMatrixOut typedefdismec::model::Model
set_weights_for_label(label_id_t label, const WeightVectorIn &weights)dismec::model::Model
set_weights_for_label_unchecked(label_id_t label, const WeightVectorIn &weights) overridedismec::model::DenseModelprivatevirtual
weight_matrix_ptr typedefdismec::model::DenseModel
WeightMatrix typedefdismec::model::DenseModel
WeightVectorIn typedefdismec::model::Model
~Model()=defaultdismec::model::Modelvirtual