Class ProbeLoading
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.analysis.expression.pca.ProbeLoading
- All Implemented Interfaces:
- Identifiable
Only stored for some of the probes (e.g. the top ones)
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanImportant note: Two objects with the same class and non-null ID must be considered equal.getProbe()inthashCode()Important note: Never use the ID in the hashCode() implementation since it can be assigned when the object is persisted.voidsetComponentNumber(Integer componentNumber) voidsetLoading(Double loading) voidsetLoadingRank(Integer loadingRank) voidsetProbe(CompositeSequence probe) Methods inherited from class ubic.gemma.model.common.AbstractIdentifiablegetId, setId, toString
- 
Constructor Details- 
ProbeLoadingpublic ProbeLoading()
 
- 
- 
Method Details- 
getProbe
- 
setProbe
- 
getComponentNumber- Returns:
- Which component this loading is for (the first component is number 1)
 
- 
setComponentNumber
- 
getLoading- Returns:
- The raw loading value from the SVD. This corresponds to the values in the left singular vector.
 
- 
setLoading
- 
getLoadingRank- Returns:
- The rank of this loading among the ones which were stored for the component
 
- 
setLoadingRank
- 
hashCodepublic int hashCode()Description copied from class:AbstractIdentifiableImportant note: Never use the ID in the hashCode() implementation since it can be assigned when the object is persisted.- Specified by:
- hashCodein class- AbstractIdentifiable
- Returns:
- Returns a hash code based on this entity's identifiers.
 
- 
equalsDescription 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 class- AbstractIdentifiable
- Returns:
- trueif the argument is an ProbeLoading instance and all identifiers for this entity equal the identifiers of the argument entity. Returns- falseotherwise.
 
 
-