LearnerList | R Documentation |
The list contains details about several predefined learners that are required to assess the stability of results from statistical learning.
LearnerList
Currently implemented learners are:
conditional inference trees using ctree
from partykit.
recursive partitioning using rpart
from rpart.
recursive partitioning using J48
from RWeka.
recursive partitioning using C5.0
from C50.
recursive partitioning using tree
from tree.
linear discriminant analysis using lda
from MASS.
linear models using lm
from stats.
generalized linear models using glm
from stats.
Users can add new learners to LearnerList
for the current R session,
see addLearner
.
addLearner
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.