Class Eigenvector
- java.lang.Object
-
- ubic.gemma.model.analysis.expression.pca.Eigenvector
-
- All Implemented Interfaces:
Serializable
public class Eigenvector extends Object implements Serializable
A right singular vector (a.k.a. eigengenes)- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Eigenvector.Factory
-
Constructor Summary
Constructors Constructor Description Eigenvector()
No-arg constructor added to satisfy javabean contract
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Integer
getComponentNumber()
Long
getId()
byte[]
getVector()
int
hashCode()
Returns a hash code based on this entity's identifiers.void
setComponentNumber(Integer componentNumber)
void
setId(Long id)
void
setVector(byte[] vector)
-
-
-
Method Detail
-
getComponentNumber
public Integer getComponentNumber()
-
setComponentNumber
public void setComponentNumber(Integer componentNumber)
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getVector
public byte[] getVector()
- Returns:
- Binary representing array of doubles
-
setVector
public void setVector(byte[] vector)
-
hashCode
public int hashCode()
Returns a hash code based on this entity's identifiers.
-
-