r - difference between sampsize and classwt random forest -


can 1 explain difference between sampsize , classwt in random forest part of r package. there relation between 2 parameters (assuming problem classification problem)

thanks

sampsize represents sample size of drawn. so, sampsize = 10 mean 10 samples drawn. classwt weighting of classes. can used weighted random forest. example, can use weight more recent data opposed older data (see here). having said that, downsampling (which reducing sample size), seemingly effective weighting classes (see here), can, needn't use both.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -