DiSMEC++
dismec::model::SparseModel Member List

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

adjust_label(label_id_t label) constdismec::model::Modelprotected
contained_labels() const noexceptdismec::model::Modelinline
FeatureMatrixIn typedefdismec::model::Model
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::SparseModelvirtual
has_sparse_weights() const overridedismec::model::SparseModelinlinevirtual
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_NumFeaturesdismec::model::SparseModelprivate
m_NumLabelsdismec::model::Modelprivate
m_Weightsdismec::model::SparseModelprivate
Model(PartialModelSpec spec)dismec::model::Modelexplicit
num_features() const overridedismec::model::SparseModelvirtual
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::SparseModelvirtual
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::SparseModelvirtual
SparseModel(long num_features, long num_labels)dismec::model::SparseModel
SparseModel(long num_features, PartialModelSpec partial)dismec::model::SparseModel
WeightVectorIn typedefdismec::model::Model
~Model()=defaultdismec::model::Modelvirtual