denseVecToModel | R Documentation |
Builds a model object based on model that is in the dense (long) format.
denseVecToModel(X, y, v, clf, eval.all = FALSE, obj = NULL)
X: |
dataset |
y: |
labels |
v: |
A vector of coeffs (example v=c(0.0,1.0,0.0,-1.0)) |
clf: |
classifier information |
eval.all: |
If TRUE the fitting of the function and intercept will be computed |
obj: |
an object model to add to the model (default:NULL) |
an model object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.