|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthalo.normalization.Normalization
halo.normalization.LinearRegression
public class LinearRegression
Implementation of normalization method=linear regression based on simple linear regression Command line option: -l standard
Field Summary |
---|
Fields inherited from class halo.normalization.Normalization |
---|
UNDEF |
Constructor Summary | |
---|---|
LinearRegression(Data data)
Constructor for simple linear regression object |
Method Summary | |
---|---|
CorrectionFactors |
calculateCorrectionFactors()
calculates correction factors via normalization methods |
Methods inherited from class halo.normalization.Normalization |
---|
calculateCorrectionFactors, calculateQualityControl, generateHistogram, getAlpha, getBeta, getCorr, getPqsMax, getReplicate, setCorr, setReplicate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinearRegression(Data data)
data
- The data for which normalization will be performedMethod Detail |
---|
public CorrectionFactors calculateCorrectionFactors()
Normalization
calculateCorrectionFactors
in class Normalization
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |