Learn R Programming

HEMDAG (version 2.7.4)

gpav.over.examples: 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 graphNEL. It represents the hierarchy of the classes.

W

vector of weight relative to a single example. If W=NULL (def.) it is assumed that W is a unitary vector of the same length of the columns' number of the matrix S (root node included).

Value

A named matrix with the scores of the classes corrected according to the GPAV algorithm.

See Also

gpav.parallel

Examples

Run this code
# NOT RUN {
data(graph);
data(scores);
S.gpav <- gpav.over.examples(S,W=NULL,g);
# }

Run the code above in your browser using DataLab