DiSMEC++
|
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< DenseAndSparseLinearBase > | dismec::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) |