Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

Viewing the source code for a randomForest() function

$
0
0

@crisis1.08 wrote:

Unlike other functions the source for randomForest() does't come up when I write randomForest in R.
I've also tried some other commands like:

showMethods("randomForest")
Function "randomForest":

getMethod("randomForest")
Error in getMethod("randomForest") :
no generic function found for 'randomForest'

randomForest
function (x, ...)
UseMethod("randomForest")

For other functions like classify_polarity() I could get the complete source code just by typing classify_polarity after importing the library (which is sentiment in this case).

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles