DiSMEC++
dismec::model Namespace Reference

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 * >
 

Typedef Documentation

◆ ConstSubModelView

Definition at line 46 of file submodel.h.

◆ SubModelView

Definition at line 45 of file submodel.h.