kernel_extrap: KDE-based extrapolator for multi-class classification...

Description Usage Arguments

View source: R/kde_method.R

Description

KDE-based extrapolator for multi-class classification accuracy based on Kay (2008)

Usage

1
kernel_extrap(pmat, i_chosen, Ks, bw)

Arguments

pmat

Matrix of margins m_y(x) for test instances, rows are observations and columns are labels.

i_chosen

The true labels for the observations.

Ks

The number of classes k for which we want to extrpolate the accuracy AGA_k (can be a vector).

bw

Bandwidth estimation method: see help("bw.nrd")


snarles/ClassEx documentation built on May 6, 2019, 9:55 a.m.