Gets the class weight parameter of a learner.
getClassWeightParam(learner, lrn.id = NULL)
(Learner | character(1)
)
The learner.
If you pass a string the learner will be created via makeLearner.
(character)
Only used for BaseEnsembles
. It is possible that multiple learners in a base
ensemble have a class weight param. Specify the learner from which the class weight should
be extracted.
numeric LearnerParam: A numeric parameter object, containing the class weight parameter of the given learner.
Other learner:
LearnerProperties
,
getHyperPars()
,
getLearnerId()
,
getLearnerNote()
,
getLearnerPackages()
,
getLearnerParVals()
,
getLearnerParamSet()
,
getLearnerPredictType()
,
getLearnerShortName()
,
getLearnerType()
,
getParamSet()
,
helpLearnerParam()
,
helpLearner()
,
makeLearners()
,
makeLearner()
,
removeHyperPars()
,
setHyperPars()
,
setId()
,
setLearnerId()
,
setPredictThreshold()
,
setPredictType()