@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 SVDService
public SVDValueObject getSvdFactorAnalysis(Long eeId)
getSvdFactorAnalysis
in interface SVDService
public Map<ProbeLoading,DoubleVectorValueObject> getTopLoadedVectors(Long eeId, int component, int count)
getTopLoadedVectors
in interface SVDService
public boolean hasPca(Long eeId)
hasPca
in interface SVDService
public SVDValueObject svd(Long eeId)
svd
in interface SVDService
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.