Displaying 3 results from an estimated 3 matches for "predictorwt".
Did you mean:
predictor
2007 Feb 01
3
SEXP i/o, .Call(), and garbage collection.
...predTempNames), collapse = "+"))), data))
4: rsf.default(formula = formula, data = dataSet, ntree, mtry,
nodesize, splitrule = splitrule[j], importance = importance,
forest = forest, do.trace = do.trace, proximity = proximity, ntime
= ntime, seed = seed, add.noise = add.noise, predictorWt =
predictorWt)
5: rsf(formula = formula, data = dataSet, ntree, mtry, nodesize,
splitrule = splitrule[j], importance = importance, forest = forest,
do.trace = do.trace, proximity = proximity, ntime = ntime, seed =
seed, add.noise = add.noise, predictorWt = predictorWt)
6: eval.with.vis(expr, e...
2007 Feb 11
0
randomSurvivalForest 2.0.0 now available
...= TRUE'
in the initial 'rsf()' call). Extended 'plot.error()' to print, as
well as plot,
such values.
o Prediction on test data can now be implemented using 'rsf.predict()' (set
'forest = TRUE' in the initial 'rsf()' call).
o Included option 'predictorWt' used for weighted sampling of predictors when
growing a tree.
o Formula no longer restricted to main effects. Formula for 'rsf' interpreted
as in typical R applications. However, users should be aware that including
interactions or higher order terms in a formula may not be an...
2007 Feb 11
0
randomSurvivalForest 2.0.0 now available
...= TRUE'
in the initial 'rsf()' call). Extended 'plot.error()' to print, as
well as plot,
such values.
o Prediction on test data can now be implemented using 'rsf.predict()' (set
'forest = TRUE' in the initial 'rsf()' call).
o Included option 'predictorWt' used for weighted sampling of predictors when
growing a tree.
o Formula no longer restricted to main effects. Formula for 'rsf' interpreted
as in typical R applications. However, users should be aware that including
interactions or higher order terms in a formula may not be an...