Description Usage Arguments Value Examples
Get the Top Predictive Features from an S4 Object
1 | getTopFeatures(object, ...)
|
object |
An |
... |
Allow additional parameters to be defined for this generic. |
A character
vector of top predictive features.
1 2 3 4 | data(sampleTrainedPCOSPmodel)
# Get the top features
topFeatures <- getTopFeatures(sampleTrainedPCOSPmodel, numModels=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.