Interface SVDService
-
- All Known Implementing Classes:
SVDServiceImpl
public interface SVDService
- Author:
- paul
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SVDResult
getSvd(Long eeId)
SVDResult
getSvdFactorAnalysis(Long eeId)
Map<ProbeLoading,DoubleVectorValueObject>
getTopLoadedVectors(Long eeId, int component, int count)
boolean
hasPca(Long eeId)
SVDResult
svd(Long eeId)
-
-
-
Method Detail
-
getTopLoadedVectors
Map<ProbeLoading,DoubleVectorValueObject> getTopLoadedVectors(Long eeId, int component, int count)
-
hasPca
boolean hasPca(Long eeId)
-
svd
SVDResult svd(Long eeId) throws SVDException
- Throws:
SVDException
-
-