Esempio n. 1
0
def lassoWeighted(*args):
  """
    lassoWeighted(Matrix<(double)> X, Matrix<(double)> D, Matrix<(double)> W, 
        int L, double constraint, constraint_type mode, 
        bool pos, int numThreads, bool verbose) -> SpMatrix<(double)>
    lassoWeighted(Matrix<(float)> X, Matrix<(float)> D, Matrix<(float)> W, 
        int L, float constraint, constraint_type mode, 
        bool pos, int numThreads, bool verbose) -> SpMatrix<(float)>
    """
  return _spams_wrap.lassoWeighted(*args)
Esempio n. 2
0
def lassoWeighted(*args) -> "SpMatrix< float > *":
    """
    lassoWeighted(Matrix< double > * X, Matrix< double > * D, Matrix< double > * W, int L, double const constraint, constraint_type mode, bool const pos, int const numThreads, bool verbose) -> SpMatrix< double >
    lassoWeighted(Matrix< float > * X, Matrix< float > * D, Matrix< float > * W, int L, float const constraint, constraint_type mode, bool const pos, int const numThreads, bool verbose) -> SpMatrix< float > *
    """
    return _spams_wrap.lassoWeighted(*args)
Esempio n. 3
0
def lassoWeighted(*args):
    """
    lassoWeighted(Matrix< double > * X, Matrix< double > * D, Matrix< double > * W, int L, double const constraint, constraint_type mode, bool const pos, int const numThreads, bool verbose) -> SpMatrix< double >
    lassoWeighted(Matrix< float > * X, Matrix< float > * D, Matrix< float > * W, int L, float const constraint, constraint_type mode, bool const pos, int const numThreads, bool verbose) -> SpMatrix< float > *
    """
    return _spams_wrap.lassoWeighted(*args)