|
DiSMEC++
|
Classes | |
| class | DenseModel |
| Implementation of the Model class that stores the weights as a single, dense matrix. More... | |
| struct | PartialModelSpec |
| Specifies how to interpret a weight matrix for a partial model. More... | |
| class | Model |
| A model combines a set of weight with some meta-information about these weights. More... | |
| class | SparseModel |
| class | SubModelWrapper |
Typedefs | |
| using | SubModelView = SubModelWrapper< Model * > |
| using | ConstSubModelView = SubModelWrapper< const Model * > |
| using dismec::model::ConstSubModelView = typedef SubModelWrapper<const Model*> |
Definition at line 46 of file submodel.h.
| using dismec::model::SubModelView = typedef SubModelWrapper<Model*> |
Definition at line 45 of file submodel.h.