Calculating ensemble kernel matrix and truncating those columns whose eigenvalues are smaller than the given threshold.
ensemble_kernel_matrix(A_est, eig_thres = 1e-11)
(matrix) Ensemble projection matrix.
(numeric) Threshold to truncate the kernel matrix.
(matrix, n*n) Estimated ensemble kernel matrix.
After we obtain the ensemble projection matrix, we can calculate the ensemble kernel matrix.