protected static final class GLRM.Archetypes extends water.Iced<GLRM.Archetypes>
Modifier and Type | Method and Description |
---|---|
water.util.TwoDimTable |
buildTable(java.lang.String[] features,
boolean transpose) |
protected double |
getCat(int j,
int level,
int k) |
protected double[][] |
getCatBlock(int j) |
int |
getCatCidx(int j,
int level) |
protected double |
getNum(int j,
int k) |
int |
getNumCidx(int j) |
double[][] |
getY(boolean transpose) |
protected double[] |
lmulCatBlock(double[] x,
int j) |
protected double |
lmulNumCol(double[] x,
int j) |
int |
nfeatures() |
int |
rank() |
public int rank()
public int nfeatures()
public double[][] getY(boolean transpose)
public water.util.TwoDimTable buildTable(java.lang.String[] features, boolean transpose)
public int getNumCidx(int j)
public int getCatCidx(int j, int level)
protected final double getNum(int j, int k)
protected final double lmulNumCol(double[] x, int j)
protected final double getCat(int j, int level, int k)
protected final double[][] getCatBlock(int j)
protected final double[] lmulCatBlock(double[] x, int j)