sparseVecToModel | R Documentation |
Builds a model object based on model that is in the sparse (short) format.
sparseVecToModel(X, y, v, clf, eval.all = FALSE, obj = NULL)
X: |
dataset |
y: |
labels |
v: |
A vector of indexes (example v=c(1,11)) |
clf: |
classifier information |
eval.all: |
Should the model be evaluated (default:FALSE) |
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.