Skip to content

Commit

Permalink
Update KLFDAPC.R
Browse files Browse the repository at this point in the history
  • Loading branch information
xinghuq authored Oct 28, 2020
1 parent fcf6ef7 commit 1cfd335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/KLFDAPC.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kmatrixGauss=function (x, sigma = 1)



KLFDA=function(kdata, y, r, sigma=0.5, metric = c("weighted", "orthonormalized",
KLFDA=function(kdata, y, r, metric = c("weighted", "orthonormalized",
"plain"),tol=1e-5, knn = 6, reg = 0.001)
{
require(lfda)
Expand Down

0 comments on commit 1cfd335

Please sign in to comment.