You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
159 r = sum(latent > 1);
160 energy = sum(latent(1:r)) / energy;
In XQDA.m ,I know W is [d,r] , but why r is chose from latent>1?
Why is the original dimension d=26960 unchanged? Has the dimension been reduced after XQDA?
How do I adjust r if I want to improve the performance of metric learning?
thanks very much!
The text was updated successfully, but these errors were encountered:
159 r = sum(latent > 1);
160 energy = sum(latent(1:r)) / energy;
In XQDA.m ,I know W is [d,r] , but why r is chose from latent>1?
Why is the original dimension d=26960 unchanged? Has the dimension been reduced after XQDA?
How do I adjust r if I want to improve the performance of metric learning?
thanks very much!
The text was updated successfully, but these errors were encountered: