|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuserinterface.gui.GuiLinReg
public class GuiLinReg
'Interface' which connects GUI and methods for linear regression
Field Summary | |
---|---|
boolean |
done
|
static java.lang.String |
MEDIAN
|
static java.lang.String |
STANDARD
|
Constructor Summary | |
---|---|
GuiLinReg()
|
Method Summary | |
---|---|
void |
calcLR()
Creates LR object and performs linear regression |
CorrectionFactors |
getCF()
Returns the correction factors |
LinearRegression |
getLR()
Returns the linear regression Object |
int |
getRatioMethod()
Returns the method for ratio calculation |
boolean |
hasLR()
Checks whether linear regression has been performed |
void |
setData(Data data)
Sets the data object for normalization |
void |
setMethod(java.lang.String method)
Sets the name of the normalization method |
void |
setRatioMethod(int method)
Changes the method used for ratio calculation |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String STANDARD
public static final java.lang.String MEDIAN
public boolean done
Constructor Detail |
---|
public GuiLinReg()
Method Detail |
---|
public void calcLR()
public void setRatioMethod(int method)
method
- The method to be used for ratio calculationpublic void setData(Data data)
data
- Data object for normalizationpublic void setMethod(java.lang.String method)
method
- Name of the regression methodpublic LinearRegression getLR()
public CorrectionFactors getCF()
public int getRatioMethod()
public boolean hasLR()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |