ensemble_kernel_matrix: Calculating Ensemble Kernel Matrix

Description Usage Arguments Details Value Author(s)

View source: R/estimation.R

Description

Calculating ensemble kernel matrix and truncating those columns whose eigenvalues are smaller than the given threshold.

Usage

1
ensemble_kernel_matrix(A_est, eig_thres = 1e-11)

Arguments

A_est

(matrix) Ensemble projection matrix.

eig_thres

(numeric) Threshold to truncate the kernel matrix.

Details

After we obtain the ensemble projection matrix, we can calculate the ensemble kernel matrix.

Value

K_hat

(matrix, n*n) Estimated ensemble kernel matrix.

Author(s)

Wenying Deng


CVEK documentation built on Jan. 8, 2021, 5:42 p.m.