Class DatasetsWebService.SimpleSVDValueObject
java.lang.Object
ubic.gemma.rest.DatasetsWebService.SimpleSVDValueObject
- Enclosing class:
DatasetsWebService
- Author:
- tesarst
-
Constructor Summary
ConstructorsConstructorDescriptionBoth numeric payloads are rounded toRoundingUtils.JSON_SIGNIFICANT_DIGITSsignificant digits, with no opt-out: this is a diagnostic, and nothing recomputes from it. -
Method Summary
-
Constructor Details
-
SimpleSVDValueObject
Both numeric payloads are rounded toRoundingUtils.JSON_SIGNIFICANT_DIGITSsignificant digits, with no opt-out: this is a diagnostic, and nothing recomputes from it. On eid 2800 the loadings serialize at a mean of 19.7 characters each, which is what makes the matrix the largest part of the response.RoundingUtils.roundedCopy(double[][])copies —getVariances()andgetRawMatrix()both hand back the SVDResult's own backing arrays.
-
-
Method Details
-
getBioAssayIds
-
getBioMaterialIds
-
getVariances
public double[] getVariances()An array of values representing the fraction of the variance each component accounts for -
getVMatrix
public double[][] getVMatrix() -
equals
-
hashCode
-
toString
-