cv_gbmclass: Internal crossvalidation method for GBM classification

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Internal crossvalidation method for GBM classification.

Usage

1
2
3
cv_gbmclass(X, logX, ncv = 5, repeats = 10, seed = 123, params,
			avg = "none", spread.estimate = "none",
			colorize = FALSE, minclassN = NULL, ...)

Arguments

X

Grouping info.

logX

The data matrix.

ncv

Number of crossvalidation folds.

repeats

Number of repeats to perform.

seed

A random seed.

params

A parameter list.

avg

averaging in roc curve. See ROCR package.

spread.estimate

spread.estimate. See ROCR package.

colorize

Color the roc curves. See ROCR package.

minclassN

Special variable to treat very small sample sizes. Possibly removed soon.

...

Further arguments.

Details

Internal crossvalidation caller.

Value

The cv result.

Author(s)

Christian Bender

See Also

doCV

Examples

1
2
3
4
## Not run: 
##TODO

## End(Not run)

bootfs documentation built on May 2, 2019, 5:50 p.m.