GPAV.over.examples: GPAV Over Examples

Description Usage Arguments Value See Also Examples

View source: R/GPAV.R

Description

Function to compute GPAV across all the examples.

Usage

1

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 the vector W is not specified (def. W=NULL), 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

1
2
3
data(graph);
data(scores);
S.GPAV <- GPAV.over.examples(S,W=NULL,g);

gecko515/HEMDAG documentation built on Oct. 18, 2019, 6:34 a.m.