labelInteractions: Provides data about interactions between labels

Description Usage Arguments Value See Also Examples

View source: R/concurrence.R

Description

This function facilitates a list with the minority labels most affected by the problem of concurrence with majority labels, provinding the indexes of the majority labels interacting with each minority and also the number of instances in which they appear together.

Usage

1
labelInteractions(mld, labelProportion)

Arguments

mld

mldr object to analyze

labelProportion

A value in the (0,1] range establishing the proportion of minority labels to be included as result. By default at least 3 or 10% of minority labels are included, or all of them if there are fewer than 3.

Value

A list with two slots, indexes and interactions. The former contains the indexes of the minority labels, sorted from higher to lower SCUMBLE metric. The latter will provide an element for each of the previous labels, communicating the indexes of the majority labels it interacts with and the number of samples in which they appear together.

See Also

remedial, concurrenceReport

Examples

1
2

fcharte/mldr documentation built on Dec. 16, 2019, 12:56 p.m.