public class IsolationForest extends SharedTree<IsolationForestModel,IsolationForestModel.IsolationForestParameters,IsolationForestModel.IsolationForestOutput>
| Modifier and Type | Class and Description |
|---|---|
static class |
IsolationForest.VarSplits |
SharedTree.Driver, SharedTree.FrameMap_calib, _initialPrediction, _lastScoredTree, _model, _mtry, _mtry_per_tree, _ncols, _ntrees, _rand, _trainPredsCache, _validPredsCache, _validWorkspace, DEV_DEBUG, MAX_NTREES| 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 |
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() |
buildLayer, calib, checkMemoryFootPrint_impl, chk_nids, chk_offset, chk_oobt, chk_resp, chk_tree, chk_weight, chk_work, computePriorClassDistribution, createModelSummaryTable, createScoringHistoryTable, cv_computeAndSetOptimalParameters, data_row, doScoringAndSaveModel, getInitialValue, getToEigenVec, idx_nids, idx_offset, idx_oobt, idx_resp, idx_tree, idx_weight, idx_work, ignoreInvalidColumns, printGenerateTrees, shouldReorder, validWorkspace, vec_nids, vec_offset, vec_oobt, vec_resp, vec_tree, vec_weight, vec_workalgoName, algos, bulkBuildModels, checkDistributions, checkMemoryFootPrint, checkResponseVariable, clearInitState, clearValidationErrors, computeCrossValidation, cv_AssignFold, cv_buildModels, cv_mainModelScores, cv_makeFramesAndBuilders, cv_makeWeights, cv_scoreCVModels, defaultKey, desiredChunks, dest, error_count, error, get, getSysProperty, hasFoldCol, hasOffsetCol, hasWeightCol, haveMojo, havePojo, hide, ignoreBadColumns, ignoreConstColumns, ignoreStringColumns, ignoreUuidColumns, info, init_adaptFrameToTrain, init_getNClass, isClassifier, isStopped, javaName, logMe, make, message, nclasses, nFoldCV, nFoldWork, nModelsInParallel, nModelsInParallel, nModelsInParallel, numSpecialCols, paramName, rebalance, response, schemaDirectory, separateFeatureVecs, setTrain, specialColNames, stop_requested, timeout, train, trainModel, trainModelNested, trainModelNested, trainModelOnH2ONode, valid, validationErrors, vresponse, warnpublic 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()
protected hex.ScoreKeeper.ProblemType getProblemType()
public void init(boolean expensive)
SharedTreeprotected void validateRowSampleRate()
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()