Description Usage Arguments Details Value Examples
Correct the computed scores in a hierarchy according to the a TPR-DAG ensemble variant.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | 
| S | a named flat scores matrix with examples on rows and classes on columns. | 
| g | a graph of class  | 
| ann | an annotation matrix: rows correspond to examples and columns to classes. ann[i,j]=1 if example i belongs to
class j, ann[i,j]=0 otherwise.  | 
| norm | a boolean value. Should the flat score matrix be normalized? By default  | 
| norm.type | a string character. It can be one of the following values: 
 | 
| positive | choice of the positive nodes to be considered in the bottom-up strategy. Can be one of the following values: 
 | 
| bottomup | strategy to enhance the flat predictions by propagating the positive predictions from leaves to root. It can be one of the following values: 
 | 
| topdown | strategy to make the scores hierarchy-consistent. It can be one of the following values: 
 | 
| W | vector of weight relative to a single example. If  | 
| parallel | a boolean value: 
 Use  | 
| ncores | number of cores to use for parallel execution. Set  | 
| threshold | range of threshold values to be tested in order to find the best threshold ( | 
| weight | range of weight values to be tested in order to find the best weight ( | 
| kk | number of folds of the cross validation ( | 
| seed | initialization seed for the random generator to create folds ( | 
| metric | a string character specifying the performance metric on which maximizing the parametric ensemble variant. It can be one of the following values: 
 | 
| n.round | number of rounding digits (def.  | 
The parametric hierarchical ensemble variants are cross-validated maximizing the parameter on the metric selected in metric.
A named matrix with the scores of the functional terms corrected according to the chosen TPR-DAG ensemble algorithm.
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.