Description Usage Arguments Value Author(s) References See Also
Compute normal vector from OC coordinates and ordered responses.
1 2 3 4 5 6 7 8 9 |
xmat |
Matrix of OC coordinates (i.e., predictors). |
resp |
Response Variable (i.e., ordered choices). |
kernel |
The kernel used in training and predicting. The
default is |
tune.param |
Method to determine the parameters. Following options are currently available:
|
param.heuristics.k |
If |
param.heuristics.frac |
Fraction of data to use for heuristics-based estimation of gamma. By default, 50 percent of the data is used to estimate the range of the gamma hyperparameter. |
... |
Additional arguments passed to |
A vector of coefficients.
Tzu-Ping Liu jamesliu0222@gmail.com, Gento Kato gento.badger@gmail.com, and Sam Fuller sjfuller@ucdavis.edu.
This is a modified version of the code included in ooc
function.
Chang, C. & C. Lin, LIBSVM: A Library for Support Vector Machines, http://www.csie.ntu.edu.tw/~cjlin/libsvm.
Cherkassky, V. & Y. Ma, 2004, "Practical Selection of SVM Parameters and Noise Estimation for SVM Regression", Neural Networks, 17, 113 - 126.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.