public static class QuantileModel.QuantileOutput extends Model.Output
Modifier and Type | Field and Description |
---|---|
int |
_iterations |
QuantileModel.QuantileParameters |
_parameters |
double[][] |
_quantiles |
_cross_validation_fold_assignment_frame_id, _cross_validation_holdout_predictions_frame_id, _cross_validation_metrics, _cross_validation_metrics_summary, _cross_validation_models, _cross_validation_predictions, _distribution, _domains, _end_time, _hasFold, _hasOffset, _hasWeights, _isSupervised, _job, _model_summary, _modelClassDist, _names, _origDomains, _origNames, _priorClassDist, _run_time, _scoring_history, _start_time, _training_metrics, _validation_metrics
Constructor and Description |
---|
QuantileModel.QuantileOutput(Quantile b) |
Modifier and Type | Method and Description |
---|---|
hex.ModelCategory |
getModelCategory() |
addModelMetrics, checksum_impl, classNames, clearModelMetrics, foldIdx, foldName, hasFold, hasOffset, hasWeights, interactions, isAutoencoder, isBinomialClassifier, isClassifier, isSupervised, nclasses, nfeatures, offsetIdx, offsetName, printTwoDimTables, responseIdx, responseName, startClock, stopClock, toString, weightsIdx, weightsName
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSON
public QuantileModel.QuantileParameters _parameters
public int _iterations
public double[][] _quantiles
public QuantileModel.QuantileOutput(Quantile b)
public hex.ModelCategory getModelCategory()
getModelCategory
in class Model.Output