public class AutoMLUtils
extends java.lang.Object
| Constructor and Description |
|---|
AutoMLUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int[] |
intListToA(java.util.List<java.lang.Integer> list) |
static water.fvec.Vec[] |
makeStratifiedWeights(water.fvec.Vec responseVec,
double trainRatio,
double[] weightMult) |
static water.fvec.Frame[] |
makeTrainTest(water.fvec.Frame fr,
java.lang.String response,
double trainRatio,
boolean stratified,
double[] weightMult) |
static water.fvec.Frame[] |
makeTrainTestFromWeight(water.fvec.Frame fr,
water.fvec.Vec[] trainTestWeight) |
static water.fvec.Vec[] |
makeWeights(water.fvec.Vec responseVec,
double trainRatio,
double[] weightMult) |
public static water.fvec.Vec[] makeWeights(water.fvec.Vec responseVec,
double trainRatio,
double[] weightMult)
public static water.fvec.Vec[] makeStratifiedWeights(water.fvec.Vec responseVec,
double trainRatio,
double[] weightMult)
public static water.fvec.Frame[] makeTrainTest(water.fvec.Frame fr,
java.lang.String response,
double trainRatio,
boolean stratified,
double[] weightMult)
public static water.fvec.Frame[] makeTrainTestFromWeight(water.fvec.Frame fr,
water.fvec.Vec[] trainTestWeight)
public static int[] intListToA(java.util.List<java.lang.Integer> list)