listOfModelsToDenseCoefMatrix | R Documentation |
For each model in the list of models it will convert to dense format and convert to a data.frame
listOfModelsToDenseCoefMatrix(
clf,
X,
y,
list.models,
rm.empty = TRUE,
order.row = TRUE
)
clf: |
the classifier object |
X: |
the dataset |
y: |
the class vector |
list.model: |
a list of model objects |
rm.empty: |
remove null models in the list if any (default:TRUE) |
order.row: |
order rows by occurence (default:TRUE) |
an data frame with model coefficients in rows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.