summaryClasses {ORION}R Documentation

Occurrence of Classes by Size

Description

summaryClasses returns the occurrence of classes by size

Usage

summaryClasses(subcascades = NULL)

Arguments

subcascades

A Subcascades object as it is returned by subcascades-function. The Subcascades object is made up of a list of matrices. Each matrix comprises the evaluation results of cascades of a specific length and is sorted row-wise according to the achieved minimal classwise sensitivities of the cascades (decreasing). The rownames show the class order by a character string of type '1>2>3' and the entries the sensitivity for each position of the cascade.

Details

This function gives an overview of the classes of the Subcascades object. For each length in the Subcascades object the occurence of classes is given.

Value

A matrix summarizing the overview characteristics of the Subcascades object.


[Package ORION version 1.0.3 Index]