public static class IsolationForestModel.IsolationForestOutput extends SharedTreeModel.SharedTreeOutput
| Modifier and Type | Field and Description |
|---|---|
int |
_max_path_length |
int |
_min_path_length |
java.lang.String |
_response_column |
java.lang.String[] |
_response_domain |
IsolationForest.VarSplits |
_var_splits |
water.util.TwoDimTable |
_variable_splits |
_calib_model, _init_f, _ntrees, _scored_train, _scored_valid, _training_time_ms, _treeKeys, _treeKeysAux, _treeStats, _variable_importances, _varimp_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, _defaultThreshold, _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 |
|---|
IsolationForestOutput(IsolationForest b) |
| Modifier and Type | Method and Description |
|---|---|
double |
defaultThreshold() |
hex.ModelCategory |
getModelCategory() |
boolean |
hasResponse() |
int |
responseIdx() |
java.lang.String |
responseName() |
addKTrees, calibrationModel, createInputFramesInformationTable, ctree, getInformationTableNumRows, getNTrees, getVariableImportances, scoreKeepers, setCalibrationModel, toStringTree, trimTochangeModelMetricsKey, checksum_impl, classNames, clearModelMetrics, features, foldIdx, foldName, getModelMetrics, hasFold, hasOffset, hasTreatment, hasWeights, interactionBuilder, isAutoencoder, isBinomialClassifier, isClassifier, isMultinomialClassifier, isSupervised, lastSpecialColumnIdx, nclasses, nfeatures, offsetIdx, offsetName, printTwoDimTables, resetThreshold, setNames, setNames, startClock, stopClock, toString, treatmentIdx, treatmentName, weightsIdx, weightsNameasBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSONequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCalibrationMethod, isCalibratedpublic int _max_path_length
public int _min_path_length
public java.lang.String _response_column
public java.lang.String[] _response_domain
public IsolationForest.VarSplits _var_splits
public water.util.TwoDimTable _variable_splits
public IsolationForestOutput(IsolationForest b)
public hex.ModelCategory getModelCategory()
getModelCategory in interface CalibrationHelper.OutputWithCalibrationgetModelCategory in class hex.Model.Outputpublic double defaultThreshold()
defaultThreshold in class hex.Model.Outputpublic java.lang.String responseName()
responseName in class hex.Model.Outputpublic boolean hasResponse()
hasResponse in class hex.Model.Outputpublic int responseIdx()
responseIdx in class hex.Model.Output