| nlcvTT {a4Base} | R Documentation |
Simulated data set used to demonstrate nlcv and accompanying plot functions to study classification problems
nlcvTT
The object is of class "nlcv", an object as produced
by the nlcv function.
data simulated using:
nlcvTT <- nlcv(selBcrAblOrNeg, classVar = 'mol.biol',
classdist = "unbalanced", nRuns = 10, fsMethod = "t.test",
verbose = TRUE)
## Not run: data(nlcvTT) if (require(nlcv)) # on R-Forge scoresPlot(nlcvTT, tech = 'svm', nfeat = 25) ## End(Not run)