get_gaussian_basis_mat: Get a Gaussian-kernel based basis matrix for ClassExReg.

Description Usage Arguments

View source: R/gaussian_basis.R

Description

Get a Gaussian-kernel based basis matrix for ClassExReg.

Usage

1
get_gaussian_basis_mat(max.mu, kernel_sigma, Ktrain, Ktarg, n.sample = 10000)

Arguments

max.mu

maximum mean to use in the basis

kernel_sigma

the sd. dev parameter of the basis function.

Ktrain

the number of classes k for which we have computed average test accuracies ATA_k.

Ktarg

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

n.sample

number of sample points for computing Gaussian integrals


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