-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- Remove
seedfrom function arguments (see here) - Make output similar to N-FINDR: return only indices which can be converted later by
endmembers()method using specific data - Move
dimensionalityReductionout of VCA? In current implementation, dimension reduced data is not accessible. N-FINDR approach is to move dimension reduction outside to: 1) make it explicit which data is used, 2) make the data accessible for later use, 3) make faster re-runs with different parameters. - Rename
dimensionalityReductionto make it explicit that it is designed only for VCA. How aboutvca_dr? - Similar for
estSNR. This method is designed for VCA. I don't think it can and should be generalized. Perhaps, it's also better to rename it to something likevca_snr - Remove
SNRas function arguments for vca05 and vcaLopez2012. It seems like this argument is not needed and SNR only used indimensionalityReduction - Use consistent names for VCA implementations. Using analogy with N-FINDR it could be
vca_nascimentoandvca_lopez