Description Usage Arguments Details See Also Examples
summary.Groupwise
returns a summarizing overview. For each length the number of permutations consisting of the same set of classes is given.
1 2 |
object |
A Groupwise object as it is returned by |
... |
Further arguments passed from other methods. |
This function gives an overview of the characteristics of the Groupwise object. The number of permutations per size is given. A permutation means that the corresponding cascades contain the same classes but with different order.
groupwise
, summary.PredictionMap
, summary.Subcascades
, summary.Conf
, summary.ConfusionTable
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | library(TunePareto)
data(esl)
data = esl$data
labels = esl$labels
foldList = generateCVRuns(labels = labels,
ntimes = 2,
nfold = 2,
leaveOneOut = FALSE,
stratified = TRUE)
predMap = predictionMap(data, labels, foldList = foldList,
classifier = tunePareto.svm(), kernel='linear')
# generate Subcascades object
subc = subcascades(predMap,thresh=0.7)
groupwise = groupwise(subc,maxCl=50)
summary(groupwise)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.