public class ComputationStateHGLM
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ComputationStateHGLM.ComputationStateSimple |
Modifier and Type | Field and Description |
---|---|
HGLMModel.HGLMParameters |
_parms |
Constructor and Description |
---|
ComputationStateHGLM(water.Job job,
HGLMModel.HGLMParameters parms,
DataInfo dinfo,
HGLMTask.ComputationEngineTask engTask,
int iter) |
Modifier and Type | Method and Description |
---|---|
double[] |
getBeta() |
java.lang.String[] |
getFixedCofficientNames() |
java.lang.String[] |
getGroupColumnNames() |
int |
getLevel2UnitIndex() |
int |
getNumFixedCoeffs() |
int |
getNumLevel2Units() |
int |
getNumRandomCoeffs() |
java.lang.String[] |
getRandomCoefficientNames() |
double[][] |
getT() |
double |
getTauEVarE10() |
double |
getTauUVar() |
double[][] |
getUbeta() |
void |
setBeta(double[] beta) |
void |
setT(double[][] tmat) |
void |
setTauEVarE10(double tEVar) |
void |
setUbeta(double[][] ubeta) |
public final HGLMModel.HGLMParameters _parms
public ComputationStateHGLM(water.Job job, HGLMModel.HGLMParameters parms, DataInfo dinfo, HGLMTask.ComputationEngineTask engTask, int iter)
public double[] getBeta()
public double[][] getUbeta()
public double getTauUVar()
public double getTauEVarE10()
public java.lang.String[] getFixedCofficientNames()
public java.lang.String[] getRandomCoefficientNames()
public java.lang.String[] getGroupColumnNames()
public double[][] getT()
public int getNumFixedCoeffs()
public int getNumRandomCoeffs()
public int getNumLevel2Units()
public int getLevel2UnitIndex()
public void setBeta(double[] beta)
public void setUbeta(double[][] ubeta)
public void setT(double[][] tmat)
public void setTauEVarE10(double tEVar)