powered by
predict.type
setThreshold
makeLearner(cl, id = cl, predict.type = "response", predict.threshold = NULL, fix.factors = FALSE, ..., par.vals = list(), config = list())
Learner
resample
predict.WrappedModel
Other learner: LearnerProperties, addProperties, hasProperties, removeProperties, setProperties; getHyperPars; getParamSet; removeHyperPars; setHyperPars; setId; setPredictThreshold; setPredictType; showHyperPars
LearnerProperties
addProperties
hasProperties
removeProperties
setProperties
getHyperPars
getParamSet
removeHyperPars
setHyperPars
setId
setPredictThreshold
setPredictType
showHyperPars
makeLearner("classif.rpart") makeLearner("classif.lda", predict.type = "prob") lrn = makeLearner("classif.lda", method = "t", nu = 10) print(lrn$par.vals)
Run the code above in your browser using DataLab