Learn R Programming

CVEK (version 0.1-2)

ensemble_kernel_matrix: Calculating Ensemble Kernel Matrix

Description

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

Usage

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.

Value

K_hat

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

Details

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