mlpack  2.0.1
Static Public Attributes | List of all members
mlpack::cf::FactorizerTraits< mlpack::svd::RegularizedSVD<> > Class Template Reference

Factorizer traits of Regularized SVD. More...

Static Public Attributes

static const bool UsesCoordinateList = true
 Data provided to RegularizedSVD need not be cleaned. More...
 

Detailed Description

template<>
class mlpack::cf::FactorizerTraits< mlpack::svd::RegularizedSVD<> >

Factorizer traits of Regularized SVD.

Definition at line 111 of file regularized_svd.hpp.

Member Data Documentation

◆ UsesCoordinateList

const bool mlpack::cf::FactorizerTraits< mlpack::svd::RegularizedSVD<> >::UsesCoordinateList = true
static

Data provided to RegularizedSVD need not be cleaned.

Definition at line 115 of file regularized_svd.hpp.


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