Пример #1
0
def sparseProject(*args):
  """
    sparseProject(Matrix<(double)> U, Matrix<(double)> V, double thrs, 
        int mode, double lambda1, double lambda2, double lambda3, 
        bool pos, int numThreads)
    sparseProject(Matrix<(float)> U, Matrix<(float)> V, float thrs, int mode, 
        float lambda1, float lambda2, float lambda3, 
        bool pos, int numThreads)
    """
  return _spams_wrap.sparseProject(*args)
Пример #2
0
def sparseProject(*args) -> "void":
    """
    sparseProject(Matrix< double > * U, Matrix< double > * V, double const thrs, int const mode, double const lambda1, double const lambda2, double const lambda3, bool const pos, int const numThreads)
    sparseProject(Matrix< float > * U, Matrix< float > * V, float const thrs, int const mode, float const lambda1, float const lambda2, float const lambda3, bool const pos, int const numThreads)
    """
    return _spams_wrap.sparseProject(*args)
Пример #3
0
def sparseProject(*args):
    """
    sparseProject(Matrix< double > * U, Matrix< double > * V, double const thrs, int const mode, double const lambda1, double const lambda2, double const lambda3, bool const pos, int const numThreads)
    sparseProject(Matrix< float > * U, Matrix< float > * V, float const thrs, int const mode, float const lambda1, float const lambda2, float const lambda3, bool const pos, int const numThreads)
    """
    return _spams_wrap.sparseProject(*args)