Class Eigenvector
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.analysis.expression.pca.Eigenvector
- All Implemented Interfaces:
Identifiable
A right singular vector (a.k.a. eigengenes)
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanImportant note: Two objects with the same class and non-null ID must be considered equal.double[]inthashCode()Returns a hash code based on this entity's identifiers.voidsetComponentNumber(Integer componentNumber) voidsetVector(double[] vector) Methods inherited from class ubic.gemma.model.common.AbstractIdentifiable
getId, setId, toString
-
Constructor Details
-
Eigenvector
public Eigenvector()No-arg constructor added to satisfy javabean contract
-
-
Method Details
-
getComponentNumber
-
setComponentNumber
-
getVector
public double[] getVector()- Returns:
- Binary representing array of doubles
-
setVector
public void setVector(double[] vector) -
hashCode
public int hashCode()Returns a hash code based on this entity's identifiers.- Specified by:
hashCodein classAbstractIdentifiable
-
equals
Description copied from class:AbstractIdentifiableImportant note: Two objects with the same class and non-null ID must be considered equal. If one or both IDs are nulls, the rest of the state can be used to determine equality.- Specified by:
equalsin classAbstractIdentifiable
-