public class IsolationForestModel extends SharedTreeModel<IsolationForestModel,IsolationForestModel.IsolationForestParameters,IsolationForestModel.IsolationForestOutput>
| Modifier and Type | Class and Description |
|---|---|
static class |
IsolationForestModel.IsolationForestOutput |
static class |
IsolationForestModel.IsolationForestParameters |
SharedTreeModel.BufStringDecisionPathTracker, SharedTreeModel.SharedTreeOutput, SharedTreeModel.SharedTreeParametershex.Model.BigScore, hex.Model.BigScoreChunkPredict, hex.Model.BigScorePredict, hex.Model.DeepFeatures, hex.Model.ExemplarMembers, hex.Model.GetMostImportantFeatures, hex.Model.GLRMArchetypes, hex.Model.GridSortBy, hex.Model.InteractionBuilder, hex.Model.InteractionPair, hex.Model.InteractionSpec, hex.Model.JavaModelStreamWriter, hex.Model.LeafNodeAssignment, hex.Model.Output, hex.Model.Parameters, hex.Model.StagedPredictions| Constructor and Description |
|---|
IsolationForestModel(water.Key<IsolationForestModel> selfKey,
IsolationForestModel.IsolationForestParameters parms,
IsolationForestModel.IsolationForestOutput output) |
| Modifier and Type | Method and Description |
|---|---|
IsolationForestMojoWriter |
getMojo() |
hex.ModelMetrics.MetricBuilder |
makeMetricBuilder(java.lang.String[] domain) |
protected java.lang.String[][] |
makeScoringDomains(water.fvec.Frame adaptFrm,
boolean computeMetrics,
java.lang.String[] names) |
protected java.lang.String[] |
makeScoringNames() |
protected double[] |
score0(double[] data,
double[] preds,
double offset,
int ntrees)
Bulk scoring API for one row.
|
protected void |
toJavaUnifyPreds(water.util.SBPrintStream body) |
binomialOpt, deepClone, getMostImportantFeatures, getSharedTreeSubgraph, getToEigenVec, makeAllTreeColumnNames, postProcessPredictions, readAll_impl, remove_impl, score0, score0, score0, score0Incremental, scoreLeafNodeAssignment, toJavaCheckTooBig, toJavaForestName, toJavaInit, toJavaPredictBody, toJavaTreeName, writeAll_impladaptTestForTrain, adaptTestForTrain, addMetrics, addModelMetrics, addWarning, addWarningP, auc, checksum_impl, classification_error, compareTo, computeDeviances, containsResponse, data, defaultThreshold, defaultThreshold, deleteCrossValidationModels, deleteCrossValidationPreds, deviance, deviance, exportBinaryModel, exportMojo, fetchAll, fillScoringInfo, getDefaultGridSortBy, getPojoInterfaces, haveMojo, havePojo, importBinaryModel, isSupervised, last_scored, lift_top_group, logloss, loss, mae, makeBigScoreTask, makeInteraction, makeInteractions, makeInteractions, makeSchema, makeScoringNames, mean_per_class_error, mse, needsPostProcess, predictScoreImpl, r2, rmsle, score, score, score, score, score, score, score, score0, score0, score0PostProcessSupervised, scoreMetrics, scoring_history, scoringDomains, setupBigScorePredict, testJavaScoring, testJavaScoring, testJavaScoring, testJavaScoring, toJava, toJava, toJava, toJavaNCLASSES, toJavaPROB, toJavaSuper, toJavaTransform, toMojo, toStringdelete_and_lock, delete_and_lock, delete_and_lock, delete, delete, delete, read_lock, read_lock, read_lock, unlock_all, unlock, unlock, unlock, unlock, update, update, update, write_lock, write_lock, write_lockchecksum, readAll, remove, remove, remove, remove, writeAllpublic IsolationForestModel(water.Key<IsolationForestModel> selfKey, IsolationForestModel.IsolationForestParameters parms, IsolationForestModel.IsolationForestOutput output)
public hex.ModelMetrics.MetricBuilder makeMetricBuilder(java.lang.String[] domain)
protected java.lang.String[] makeScoringNames()
makeScoringNames in class hex.Model<IsolationForestModel,IsolationForestModel.IsolationForestParameters,IsolationForestModel.IsolationForestOutput>protected java.lang.String[][] makeScoringDomains(water.fvec.Frame adaptFrm,
boolean computeMetrics,
java.lang.String[] names)
makeScoringDomains in class hex.Model<IsolationForestModel,IsolationForestModel.IsolationForestParameters,IsolationForestModel.IsolationForestOutput>protected double[] score0(double[] data,
double[] preds,
double offset,
int ntrees)
protected void toJavaUnifyPreds(water.util.SBPrintStream body)
public IsolationForestMojoWriter getMojo()
getMojo in class hex.Model<IsolationForestModel,IsolationForestModel.IsolationForestParameters,IsolationForestModel.IsolationForestOutput>