marginTree-internal {marginTree}R Documentation

Internal marginTree functions

Description

Internal marginTree functions

Usage

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)

Details

These are not to be called by the user.

Author(s)

Rob Tibshirani and Trevor Hastie


[Package marginTree version 1.00 Index]