Skip to content

Commit 1d4dbb1

Browse files
authoredMar 18, 2025
Update SpatialPCA_SpatialPCs.R
1 parent dba6d6e commit 1d4dbb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎R/SpatialPCA_SpatialPCs.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if(fast==FALSE){
5353
U=object@params$U
5454
delta=object@params$delta
5555
ind=length(delta)
56-
print(paste0("Low rank approximation!"))
56+
#print(paste0("Low rank approximation!"))
5757
print(paste0("Small sample, using top ",ind," eigenvectors and eigenvalues in the Kernel matrix!"))
5858
}
5959
}

0 commit comments

Comments
 (0)
Please sign in to comment.