This is the complete list of members for ML::SVM::SmoSolver< math_t >, including all inherited members.
GetNonzeroDeltaAlpha(const math_t *vec, int n_ws, const int *idx, math_t *nz_vec, int *n_nz, int *nz_idx, cudaStream_t stream) | ML::SVM::SmoSolver< math_t > | |
Initialize(math_t **y, const math_t *sample_weight, int n_rows, int n_cols) | ML::SVM::SmoSolver< math_t > | |
InitPenalty(math_t *C_vec, const math_t *sample_weight, int n_rows) | ML::SVM::SmoSolver< math_t > | |
SmoSolver(const raft::handle_t &handle, SvmParameter param, raft::distance::kernels::KernelType kernel_type, raft::distance::kernels::GramMatrixBase< math_t > *kernel) | ML::SVM::SmoSolver< math_t > | inline |
Solve(MatrixViewType matrix, int n_rows, int n_cols, math_t *y, const math_t *sample_weight, math_t **dual_coefs, int *n_support, SupportStorage< math_t > *support_matrix, int **idx, math_t *b, int max_outer_iter=-1, int max_inner_iter=10000) | ML::SVM::SmoSolver< math_t > | |
SvcInit(const math_t *y) | ML::SVM::SmoSolver< math_t > | |
SvrInit(const math_t *yr, int n_rows, math_t *yc, math_t *f) | ML::SVM::SmoSolver< math_t > | |
UpdateF(math_t *f, int n_rows, const math_t *delta_alpha, int n_ws, const math_t *cacheTile) | ML::SVM::SmoSolver< math_t > |