public class QuantileModel extends hex.Model<QuantileModel,QuantileModel.QuantileParameters,QuantileModel.QuantileOutput>
| Modifier and Type | Class and Description |
|---|---|
static class |
QuantileModel.QuantileOutput |
static class |
QuantileModel.QuantileParameters |
| Modifier and Type | Method and Description |
|---|---|
hex.ModelMetrics.MetricBuilder |
makeMetricBuilder(java.lang.String[] domain) |
water.api.ModelSchema |
schema() |
protected float[] |
score0(double[] data,
float[] preds) |
adaptTestForTrain, adaptTestForTrain, addMetrics, addWarning, checksum_impl, isSupervised, remove_impl, score, score, score, score0, scoreImpldelete_and_lock, delete, delete, delete, read_lock, read_lock, unlock_all, unlock, update, write_lockpublic hex.ModelMetrics.MetricBuilder makeMetricBuilder(java.lang.String[] domain)
makeMetricBuilder in class hex.Model<QuantileModel,QuantileModel.QuantileParameters,QuantileModel.QuantileOutput>public water.api.ModelSchema schema()
schema in class hex.Model<QuantileModel,QuantileModel.QuantileParameters,QuantileModel.QuantileOutput>protected float[] score0(double[] data,
float[] preds)
score0 in class hex.Model<QuantileModel,QuantileModel.QuantileParameters,QuantileModel.QuantileOutput>