DiSMEC++
dismec::model::SubModelWrapper< T > Member List

This is the complete list of members for dismec::model::SubModelWrapper< T >, 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::SubModelWrapper< T >inlinevirtual
has_sparse_weights() const overridedismec::model::SubModelWrapper< T >inlinevirtual
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_Originaldismec::model::SubModelWrapper< T >private
Model(PartialModelSpec spec)dismec::model::Modelexplicit
model_t typedefdismec::model::SubModelWrapper< T >private
num_features() const overridedismec::model::SubModelWrapper< T >inlinevirtual
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 GenericInMatrix &instances, PredictionMatrixOut target) const overridedismec::model::SubModelWrapper< T >inlinevirtual
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 GenericInVector &weights) overridedismec::model::SubModelWrapper< T >inlinevirtual
SubModelWrapper(T original, label_id_t begin, label_id_t end)dismec::model::SubModelWrapper< T >inline
WeightVectorIn typedefdismec::model::Model
~Model()=defaultdismec::model::Modelvirtual