marginTree-internal {marginTree} | R Documentation |
Internal marginTree functions
mypredict(a,x,threshold) mysvd(x, n.components = NULL) margfunc(x,y,a=NULL) getmin.ratio(a) compute.splitters(marg.tree,x,xs,y, compute.ngenes=TRUE ) balanced.folds(y, nfolds = min(min(table(y)), 10)) permute.rows(x) print.marginTree(x, ...) print.marginTreecv(x, ...) print.marginTreegetnonzero(x, ...) summary.marginTreegetnonzero(object, ...) transf(x,xx=NULL)
These are not to be called by the user.
Rob Tibshirani and Trevor Hastie