public class GenericModelOutput
extends hex.Model.Output
Modifier and Type | Field and Description |
---|---|
double |
_defaultThreshold |
hex.ModelCategory |
_modelCategory |
int |
_nfeatures |
java.lang.String |
_original_model_full_name |
java.lang.String |
_original_model_identifier |
water.util.TwoDimTable |
_variable_importances |
_column_types, _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, _cv_scoring_history, _distribution, _domains, _end_time, _hasFold, _hasOffset, _hasTreatment, _hasWeights, _isSupervised, _job, _model_summary, _modelClassDist, _names, _orig_projection_array, _origDomains, _origNames, _priorClassDist, _reproducibility_information_table, _run_time, _scoring_history, _start_time, _total_run_time, _training_metrics, _validation_metrics
Constructor and Description |
---|
GenericModelOutput(hex.genmodel.descriptor.ModelDescriptor modelDescriptor) |
GenericModelOutput(hex.genmodel.descriptor.ModelDescriptor modelDescriptor,
hex.genmodel.attributes.ModelAttributes modelAttributes,
hex.genmodel.attributes.Table[] reproducibilityInformation) |
Modifier and Type | Method and Description |
---|---|
double |
defaultThreshold() |
hex.ModelCategory |
getModelCategory() |
boolean |
hasTreatment() |
int |
nfeatures() |
changeModelMetricsKey, checksum_impl, classNames, clearModelMetrics, createInputFramesInformationTable, features, foldIdx, foldName, getInformationTableNumRows, getModelMetrics, getVariableImportances, hasFold, hasOffset, hasResponse, hasWeights, interactionBuilder, isAutoencoder, isBinomialClassifier, isClassifier, isMultinomialClassifier, isSupervised, lastSpecialColumnIdx, nclasses, offsetIdx, offsetName, printTwoDimTables, resetThreshold, responseIdx, responseName, setNames, setNames, startClock, stopClock, toString, treatmentIdx, treatmentName, weightsIdx, weightsName
public final java.lang.String _original_model_identifier
public final java.lang.String _original_model_full_name
public final hex.ModelCategory _modelCategory
public final int _nfeatures
public final double _defaultThreshold
public water.util.TwoDimTable _variable_importances
public GenericModelOutput(hex.genmodel.descriptor.ModelDescriptor modelDescriptor)
public GenericModelOutput(hex.genmodel.descriptor.ModelDescriptor modelDescriptor, hex.genmodel.attributes.ModelAttributes modelAttributes, hex.genmodel.attributes.Table[] reproducibilityInformation)
public double defaultThreshold()
defaultThreshold
in class hex.Model.Output
public hex.ModelCategory getModelCategory()
getModelCategory
in class hex.Model.Output
public int nfeatures()
nfeatures
in class hex.Model.Output
public boolean hasTreatment()
hasTreatment
in class hex.Model.Output