listOfDenseVecToListOfModels | R Documentation |
Builds a model object from a list of vector coefficients.
listOfDenseVecToListOfModels(X, y, clf, v, lobj = NULL)
X: |
dataset |
y: |
labels |
clf: |
classifier |
v: |
list of vectors of coeffs. For example, v=list( c(0.0,1.0,0.0,-1.0) , c(1.0,1.0,0.0,0.0) , c(0.0,1.0,1.0,-1.0) ) |
lobj: |
a list of objects to add as elements in the model objects if not null (default:NULL) |
an model object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.