mlpack  2.2.5
Static Public Attributes | List of all members
FactorizerTraits< FactorizerType > Struct Template Reference

Template class for factorizer traits. More...

Static Public Attributes

static const bool UsesCoordinateList = false
 If true, then the passed data matrix is used for factorizer.Apply(). More...
 

Detailed Description

template<typename FactorizerType>
struct mlpack::cf::FactorizerTraits< FactorizerType >

Template class for factorizer traits.

This stores the default values for the variables to be assumed for a given factorizer. If any of the factorizers needs to have a different value for the traits, a template specialization has be wriiten for that factorizer. An example can be found in the module for Regularized SVD.

Definition at line 39 of file cf.hpp.

Member Data Documentation

◆ UsesCoordinateList

const bool UsesCoordinateList = false
static

If true, then the passed data matrix is used for factorizer.Apply().

Otherwise, it is modified into a form suitable for factorization.

Definition at line 45 of file cf.hpp.


The documentation for this struct was generated from the following file: