DiSMEC++
dense_and_sparse.h File Reference
#include "objective.h"
#include "utils/hash_vector.h"

Go to the source code of this file.

Classes

class  dismec::objective::DenseAndSparseLinearBase
 Base class for implementationa of an objective that combines dense features and sparse features. More...
 
struct  dismec::objective::DenseAndSparseMargin< MarginFunction, SparseRegFunction, DenseRegFunction >
 

Namespaces

 dismec
 Main namespace in which all types, classes, and functions are defined.
 
 dismec::objective
 

Functions

std::unique_ptr< DenseAndSparseLinearBasedismec::objective::make_sp_dense_squared_hinge (std::shared_ptr< const GenericFeatureMatrix > dense_features, real_t dense_reg_strength, std::shared_ptr< const GenericFeatureMatrix > sparse_features, real_t sparse_reg_strength)