public class PlattScalingHelper
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
PlattScalingHelper.ModelBuilderWithCalibration<M extends hex.Model<M,P,O>,P extends hex.Model.Parameters,O extends hex.Model.Output> |
static interface |
PlattScalingHelper.OutputWithCalibration |
static interface |
PlattScalingHelper.ParamsWithCalibration |
| Constructor and Description |
|---|
PlattScalingHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <M extends hex.Model<M,P,O>,P extends hex.Model.Parameters,O extends hex.Model.Output> |
buildCalibrationModel(PlattScalingHelper.ModelBuilderWithCalibration<M,P,O> builder,
PlattScalingHelper.ParamsWithCalibration parms,
water.Job job,
M model) |
static void |
initCalibration(PlattScalingHelper.ModelBuilderWithCalibration builder,
PlattScalingHelper.ParamsWithCalibration parms,
boolean expensive) |
static water.fvec.Frame |
postProcessPredictions(water.fvec.Frame predictFr,
water.Job j,
PlattScalingHelper.OutputWithCalibration output) |
public static void initCalibration(PlattScalingHelper.ModelBuilderWithCalibration builder, PlattScalingHelper.ParamsWithCalibration parms, boolean expensive)
public static <M extends hex.Model<M,P,O>,P extends hex.Model.Parameters,O extends hex.Model.Output> GLMModel buildCalibrationModel(PlattScalingHelper.ModelBuilderWithCalibration<M,P,O> builder, PlattScalingHelper.ParamsWithCalibration parms, water.Job job, M model)
public static water.fvec.Frame postProcessPredictions(water.fvec.Frame predictFr,
water.Job j,
PlattScalingHelper.OutputWithCalibration output)