public class IsolationForest extends SharedTree<IsolationForestModel,IsolationForestModel.IsolationForestParameters,IsolationForestModel.IsolationForestOutput>
Modifier and Type | Class and Description |
---|---|
static class |
IsolationForest.VarSplits |
SharedTree.Driver, SharedTree.FrameMap, SharedTree.ScoreBuildOneTree, SharedTree.SharedTreeDebugParams
_ics, _improvPerVar, _initialPrediction, _lastScoredTree, _model, _mtry, _mtry_per_tree, _ncols, _ntrees, _rand, _trainPredsCache, _validPredsCache, _validWorkspace, MAX_NTREES
_coordinator, _desc, _eventPublisher, _fold, _input_parms, _job, _messages, _nclass, _offset, _orig_projection_array, _origDomains, _origNames, _origTrain, _parms, _priorClassDist, _removedCols, _response, _result, _startUpOnceModelBuilder, _train, _treatment, _valid, _vresponse, _weights
Constructor and Description |
---|
IsolationForest(boolean startup_once) |
IsolationForest(IsolationForestModel.IsolationForestParameters parms) |
IsolationForest(IsolationForestModel.IsolationForestParameters parms,
water.Job job) |
IsolationForest(IsolationForestModel.IsolationForestParameters parms,
water.Key<IsolationForestModel> key) |
Modifier and Type | Method and Description |
---|---|
protected void |
addCustomInfo(IsolationForestModel.IsolationForestOutput out) |
hex.ModelBuilder.BuilderVisibility |
builderVisibility() |
hex.ModelCategory[] |
can_build() |
protected water.util.TwoDimTable |
createScoringHistoryTable() |
protected hex.ScoreKeeper.ProblemType |
getProblemType() |
boolean |
haveMojo() |
boolean |
havePojo() |
void |
init(boolean expensive)
Initialize the ModelBuilder, validating all arguments and preparing the
training frame.
|
boolean |
isResponseOptional() |
boolean |
isSupervised() |
protected DTree.DecidedNode |
makeDecided(DTree.UndecidedNode udn,
DHistogram[] hs,
Constraints cs) |
protected double |
score1(water.fvec.Chunk[] chks,
double weight,
double offset,
double[] fs,
int row) |
boolean |
scoreZeroTrees() |
protected SharedTree.Driver |
trainModelImpl() |
protected void |
validateRowSampleRate() |
protected boolean |
validateStoppingMetric() |
buildLayer, canLearnFromNAs, checkEarlyStoppingReproducibility, checkMemoryFootPrint_impl, chk_nids, chk_offset, chk_oobt, chk_resp, chk_tree, chk_weight, chk_work, computePriorClassDistribution, createModelSummaryTable, createScoringHistoryTable, cv_canBuildMainModelInParallel, cv_computeAndSetOptimalParameters, cv_initStoppingParameters, cv_updateOptimalParameters, data_row, doScoringAndSaveModel, getCalibrationFrame, getInitialValue, getModelBuilder, getToEigenVec, idx_nids, idx_offset, idx_oobt, idx_resp, idx_treatment, idx_tree, idx_weight, idx_work, ignoreInvalidColumns, isUplift, makeScoreExtension, providesVarImp, setCalibrationFrame, setDebugParams, shouldReorder, validWorkspace, vec_nids, vec_offset, vec_oobt, vec_resp, vec_tree, vec_weight, vec_work
algoName, algos, checkCustomMetricForEarlyStopping, checkDistributions, checkMemoryFootPrint, checkResponseVariable, clearInitState, clearValidationErrors, computeCrossValidation, cv_buildModels, cv_mainModelScores, cv_makeAggregateModelMetrics, cv_scoreCVModels, defaultKey, desiredChunks, dest, error_count, error, get, getMessagesByFieldAndSeverity, getName, getSysProperty, hasFoldCol, hasOffsetCol, hasTreatmentCol, hasWeightCol, hide, ignoreBadColumns, ignoreConstColumns, ignoreStringColumns, ignoreUuidColumns, info, init_adaptFrameToTrain, init_getNClass, initWorkspace, isClassifier, isStopped, javaName, logMe, make, make, make, makeCVMetrics, makeCVModelBuilder, makeParameters, makePojoWriter, message, nclasses, nFoldCV, nFoldWork, nModelsInParallel, nModelsInParallel, nModelsInParallel, numSpecialCols, paramName, raiseReproducibilityWarning, rebalance, remainingTimeSecs, response, schemaDirectory, separateFeatureVecs, setMaxRuntimeSecsForMainModel, setTrain, setValid, smallDataSize, stop_requested, timeout, train, trainModel, trainModel, trainModelNested, trainModelNested, trainModelOnH2ONode, valid, validateBinaryResponse, validationErrors, validationWarnings, vresponse, warn
public IsolationForest(IsolationForestModel.IsolationForestParameters parms)
public IsolationForest(IsolationForestModel.IsolationForestParameters parms, water.Key<IsolationForestModel> key)
public IsolationForest(IsolationForestModel.IsolationForestParameters parms, water.Job job)
public IsolationForest(boolean startup_once)
public hex.ModelCategory[] can_build()
can_build
in class hex.ModelBuilder<IsolationForestModel,IsolationForestModel.IsolationForestParameters,IsolationForestModel.IsolationForestOutput>
public hex.ModelBuilder.BuilderVisibility builderVisibility()
builderVisibility
in class hex.ModelBuilder<IsolationForestModel,IsolationForestModel.IsolationForestParameters,IsolationForestModel.IsolationForestOutput>
protected SharedTree.Driver trainModelImpl()
trainModelImpl
in class hex.ModelBuilder<IsolationForestModel,IsolationForestModel.IsolationForestParameters,IsolationForestModel.IsolationForestOutput>
public boolean scoreZeroTrees()
public boolean isSupervised()
public boolean isResponseOptional()
isResponseOptional
in class hex.ModelBuilder<IsolationForestModel,IsolationForestModel.IsolationForestParameters,IsolationForestModel.IsolationForestOutput>
protected hex.ScoreKeeper.ProblemType getProblemType()
public void init(boolean expensive)
SharedTree
protected void validateRowSampleRate()
protected boolean validateStoppingMetric()
validateStoppingMetric
in class hex.ModelBuilder<IsolationForestModel,IsolationForestModel.IsolationForestParameters,IsolationForestModel.IsolationForestOutput>
protected DTree.DecidedNode makeDecided(DTree.UndecidedNode udn, DHistogram[] hs, Constraints cs)
protected void addCustomInfo(IsolationForestModel.IsolationForestOutput out)
protected double score1(water.fvec.Chunk[] chks, double weight, double offset, double[] fs, int row)
protected water.util.TwoDimTable createScoringHistoryTable()
public boolean havePojo()
public boolean haveMojo()