@Service public class SVDServiceImpl extends Object implements SVDService
| Constructor and Description |
|---|
SVDServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
SVDValueObject |
getSvd(Long eeId)
Get the SVD information for experiment with id given.
|
SVDValueObject |
getSvdFactorAnalysis(Long eeId) |
Map<ProbeLoading,DoubleVectorValueObject> |
getTopLoadedVectors(Long eeId,
int component,
int count) |
boolean |
hasPca(Long eeId) |
SVDValueObject |
svd(Long eeId) |
public SVDValueObject getSvd(Long eeId)
getSvd in interface SVDServicepublic SVDValueObject getSvdFactorAnalysis(Long eeId)
getSvdFactorAnalysis in interface SVDServicepublic Map<ProbeLoading,DoubleVectorValueObject> getTopLoadedVectors(Long eeId, int component, int count)
getTopLoadedVectors in interface SVDServicepublic boolean hasPca(Long eeId)
hasPca in interface SVDServicepublic SVDValueObject svd(Long eeId)
svd in interface SVDServiceCopyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.