powered by
predict.type
setThreshold
makeLearner(cl, id = cl, predict.type = "response", predict.threshold = NULL, fix.factors.prediction = FALSE, ..., par.vals = list(), config = list())
Learner
resample
predict.WrappedModel
Other learner: LearnerProperties, getClassWeightParam, getHyperPars, getParamSet, removeHyperPars, setHyperPars, setId, setPredictThreshold, setPredictType
LearnerProperties
getClassWeightParam
getHyperPars
getParamSet
removeHyperPars
setHyperPars
setId
setPredictThreshold
setPredictType
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