getTopFeatures {PDATK} | R Documentation |
Get the Top Predictive Features from an S4 Object
getTopFeatures(object, ...)
object |
An |
... |
Allow additional parameters to be defined for this generic. |
A character
vector of top predictive features.
data(sampleTrainedPCOSPmodel) # Get the top features topFeatures <- getTopFeatures(sampleTrainedPCOSPmodel, numModels=2)