Uses of Class
ubic.gemma.core.analysis.preprocess.svd.SVDException
-
Packages that use SVDException Package Description ubic.gemma.core.analysis.preprocess ubic.gemma.core.analysis.preprocess.svd ubic.gemma.core.tasks.analysis.expression -
-
Uses of SVDException in ubic.gemma.core.analysis.preprocess
Methods in ubic.gemma.core.analysis.preprocess that return SVDException Modifier and Type Method Description SVDException
SVDRelatedPreprocessingException. getCause()
Constructors in ubic.gemma.core.analysis.preprocess with parameters of type SVDException Constructor Description FailedToComputeSingularValueDecomposition(ExpressionExperiment ee, SVDException cause)
SVDRelatedPreprocessingException(ExpressionExperiment ee, SVDException cause)
-
Uses of SVDException in ubic.gemma.core.analysis.preprocess.svd
Methods in ubic.gemma.core.analysis.preprocess.svd that throw SVDException Modifier and Type Method Description SVDResult
SVDService. svd(Long eeId)
SVDResult
SVDServiceHelper. svd(ExpressionExperiment ee)
SVDResult
SVDServiceHelperImpl. svd(ExpressionExperiment ee)
SVDResult
SVDServiceImpl. svd(Long eeId)
Constructors in ubic.gemma.core.analysis.preprocess.svd that throw SVDException Constructor Description ExpressionDataSVD(ExpressionDataDoubleMatrix expressionData)
Does normalization.ExpressionDataSVD(ExpressionDataDoubleMatrix expressionData, boolean normalizeMatrix)
-
Uses of SVDException in ubic.gemma.core.tasks.analysis.expression
Methods in ubic.gemma.core.tasks.analysis.expression that throw SVDException Modifier and Type Method Description TaskResult
SvdTaskImpl. call()
-