85 float** unique_labels);
108 double** unique_labels);
153 float* unique_labels,
171 double* unique_labels,
int cumlHandle_t
Definition: cuml_api.h:37
cumlError_t
Definition: cuml_api.h:39
cumlError_t cumlSpSvcPredict(cumlHandle_t handle, float *input, int n_rows, int n_cols, cumlSvmKernelType kernel, int degree, float gamma, float coef0, int n_support, float b, float *dual_coefs, float *x_support, int n_classes, float *unique_labels, float *preds, float buffer_size, int predict_class)
Definition: svm_api.cpp:176
cumlError_t cumlDpSvcPredict(cumlHandle_t handle, double *input, int n_rows, int n_cols, cumlSvmKernelType kernel, int degree, double gamma, double coef0, int n_support, double b, double *dual_coefs, double *x_support, int n_classes, double *unique_labels, double *preds, double buffer_size, int predict_class)
Definition: svm_api.cpp:231
cumlError_t cumlSpSvcFit(cumlHandle_t handle, float *input, int n_rows, int n_cols, float *labels, float C, float cache_size, int max_iter, int nochange_steps, float tol, int verbosity, cumlSvmKernelType kernel, int degree, float gamma, float coef0, int *n_support, float *b, float **dual_coefs, float **x_support, int **support_idx, int *n_classes, float **unique_labels)
Definition: svm_api.cpp:28
cumlError_t cumlDpSvcFit(cumlHandle_t handle, double *input, int n_rows, int n_cols, double *labels, double C, double cache_size, int max_iter, int nochange_steps, double tol, int verbosity, cumlSvmKernelType kernel, int degree, double gamma, double coef0, int *n_support, double *b, double **dual_coefs, double **x_support, int **support_idx, int *n_classes, double **unique_labels)
Definition: svm_api.cpp:102
void buffer_size(int n, int batch_size, int frequency, int *start_leveltrend_len, int *start_season_len, int *components_len, int *error_len, int *leveltrend_coef_shift, int *season_coef_shift)
cumlSvmKernelType
Definition: svm_api.h:24
@ POLYNOMIAL
Definition: svm_api.h:24
@ TANH
Definition: svm_api.h:24
@ RBF
Definition: svm_api.h:24
@ LINEAR
Definition: svm_api.h:24