gui
Class GuiLinReg
java.lang.Object
gui.GuiLinReg
public class GuiLinReg
- extends java.lang.Object
'Interface' which connects GUI and methods for linear regression
- Author:
- Stefanie Kaufmann
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STANDARD
public static final java.lang.String STANDARD
- See Also:
- Constant Field Values
done
public boolean done
GuiLinReg
public GuiLinReg()
setData
public void setData(Data data)
setMethod
public void setMethod(java.lang.String method)
calcLR
public void calcLR()
- Creates LR object and performs linear regression
getLR
public LinearRegression getLR()
getCF
public CorrectionFactors getCF()
hasLR
public boolean hasLR()
- Checks whether linear regression has been performed
- Returns:
- True if linear regression was done