예제 #1
0
def proximalTree(*args):
  """
    proximalTree(Matrix<(double)> alpha0, Matrix<(double)> alpha, Vector<(double)> eta_g, 
        SpMatrix<(bool)> groups, 
        Vector<(int)> own_variables, Vector<(int)> N_own_variables, 
        int num_threads, double lambda1, 
        double lambda2, double lambda3, bool intercept, 
        bool resetflow, char name_regul, bool verbose, 
        bool pos, bool clever, bool eval, int size_group, 
        bool transpose) -> Vector<(double)>
    proximalTree(Matrix<(float)> alpha0, Matrix<(float)> alpha, Vector<(float)> eta_g, 
        SpMatrix<(bool)> groups, Vector<(int)> own_variables, 
        Vector<(int)> N_own_variables, 
        int num_threads, float lambda1, 
        float lambda2, float lambda3, bool intercept, 
        bool resetflow, char name_regul, bool verbose, 
        bool pos, bool clever, bool eval, int size_group, 
        bool transpose) -> Vector<(float)>
    """
  return _spams_wrap.proximalTree(*args)
예제 #2
0
def proximalTree(*args) -> "Vector< float > *":
    """
    proximalTree(Matrix< double > * alpha0, Matrix< double > * alpha, Vector< double > * eta_g, SpMatrix< bool > * groups, Vector< int > * own_variables, Vector< int > * N_own_variables, int num_threads, double lambda1, double lambda2, double lambda3, bool intercept, bool resetflow, char * name_regul, bool verbose, bool pos, bool clever, bool eval, int size_group, bool transpose) -> Vector< double >
    proximalTree(Matrix< float > * alpha0, Matrix< float > * alpha, Vector< float > * eta_g, SpMatrix< bool > * groups, Vector< int > * own_variables, Vector< int > * N_own_variables, int num_threads, float lambda1, float lambda2, float lambda3, bool intercept, bool resetflow, char * name_regul, bool verbose, bool pos, bool clever, bool eval, int size_group, bool transpose) -> Vector< float > *
    """
    return _spams_wrap.proximalTree(*args)
예제 #3
0
def proximalTree(*args):
    """
    proximalTree(Matrix< double > * alpha0, Matrix< double > * alpha, Vector< double > * eta_g, SpMatrix< bool > * groups, Vector< int > * own_variables, Vector< int > * N_own_variables, int num_threads, double lambda1, double lambda2, double lambda3, bool intercept, bool resetflow, char * name_regul, bool verbose, bool pos, bool clever, bool eval, int size_group, bool transpose) -> Vector< double >
    proximalTree(Matrix< float > * alpha0, Matrix< float > * alpha, Vector< float > * eta_g, SpMatrix< bool > * groups, Vector< int > * own_variables, Vector< int > * N_own_variables, int num_threads, float lambda1, float lambda2, float lambda3, bool intercept, bool resetflow, char * name_regul, bool verbose, bool pos, bool clever, bool eval, int size_group, bool transpose) -> Vector< float > *
    """
    return _spams_wrap.proximalTree(*args)