gpav.over.examples {HEMDAG} | R Documentation |
GPAV over examples
Description
Compute GPAV
across all the examples.
Usage
gpav.over.examples(S, g, W = NULL)
Arguments
S |
a named flat scores matrix with examples on rows and classes on columns (root node included). |
g |
a graph of class |
W |
vector of weight relative to a single example. If |
Value
A named matrix with the scores of the classes corrected according to the GPAV
algorithm.
See Also
Examples
data(graph);
data(scores);
S.gpav <- gpav.over.examples(S,W=NULL,g);
[Package HEMDAG version 2.7.4 Index]