nlcvTT: Data to Demonstrate nlcv and Co Functions

Description Usage Format Source See Also Examples

Description

Simulated data set used to demonstrate nlcv and accompanying plot functions to study classification problems

Usage

1

Format

The object is of class "nlcv", an object as produced by the nlcv function.

Source

data simulated using: nlcvTT <- nlcv(selBcrAblOrNeg, classVar = 'mol.biol', classdist = "unbalanced", nRuns = 10, fsMethod = "t.test", verbose = TRUE)

See Also

nlcv

Examples

1
2
3
4
5
6
## Not run: 
data(nlcvTT)
if (require(nlcv)) # on R-Forge
 scoresPlot(nlcvTT, tech = 'svm', nfeat = 25)

## End(Not run)

a4Base documentation built on Nov. 8, 2020, 5:41 p.m.

Related to nlcvTT in a4Base...