mlpack
master
|
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... | |
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.
|
static |