gpav.over.examples | R Documentation |
Compute GPAV
across all the examples.
gpav.over.examples(S, g, W = NULL)
S |
a named flat score 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 |
A named matrix with the scores of the classes corrected according to the GPAV
algorithm.
gpav.parallel
data(graph);
data(scores);
S.gpav <- gpav.over.examples(S,W=NULL,g);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.