#include <cuml/cuml_api.h>
#include <cuml/linear_model/qn.h>
#include <stdbool.h>
Go to the source code of this file.
|
cumlError_t | cumlSpQnFit (cumlHandle_t cuml_handle, const qn_params *pams, float *X, float *y, int N, int D, int C, float *w0, float *f, int *num_iters, bool X_col_major) |
|
cumlError_t | cumlDpQnFit (cumlHandle_t cuml_handle, const qn_params *pams, double *X, double *y, int N, int D, int C, double *w0, double *f, int *num_iters, bool X_col_major) |
|
◆ cumlDpQnFit()
cumlError_t cumlDpQnFit |
( |
cumlHandle_t |
cuml_handle, |
|
|
const qn_params * |
pams, |
|
|
double * |
X, |
|
|
double * |
y, |
|
|
int |
N, |
|
|
int |
D, |
|
|
int |
C, |
|
|
double * |
w0, |
|
|
double * |
f, |
|
|
int * |
num_iters, |
|
|
bool |
X_col_major |
|
) |
| |
◆ cumlSpQnFit()
cumlError_t cumlSpQnFit |
( |
cumlHandle_t |
cuml_handle, |
|
|
const qn_params * |
pams, |
|
|
float * |
X, |
|
|
float * |
y, |
|
|
int |
N, |
|
|
int |
D, |
|
|
int |
C, |
|
|
float * |
w0, |
|
|
float * |
f, |
|
|
int * |
num_iters, |
|
|
bool |
X_col_major |
|
) |
| |