public class IsolationForestParametersV3 extends SharedTreeParametersV3
| Modifier and Type | Field and Description |
|---|---|
int |
mtries
Number of variables randomly sampled as candidates at each split.
|
double |
sampleRate
Rate of randomly sampled observations used to train each Isolation Forest tree.
|
long |
sampleSize
Number of randomly sampled observations used to train each Isolation Forest tree.
|
balanceClasses, buildTreeOneNode, calibrateModel, calibrationFrame, checkConstantResponse, classSamplingFactors, colSampleRateChangePerLevel, colSampleRatePerTree, histogramType, maxAfterBalanceSize, maxConfusionMatrixSize, maxDepth, maxHitRatioK, minRows, minSplitImprovement, nbins, nbinsCats, nbinsTopLevel, ntrees, r2Stopping, sampleRatePerClass, scoreTreeInterval, seedcategoricalEncoding, checkpoint, customMetricFunc, distribution, exportCheckpointsDir, foldAssignment, foldColumn, huberAlpha, ignoreConstCols, ignoredColumns, keepCrossValidationFoldAssignment, keepCrossValidationModels, keepCrossValidationPredictions, maxCategoricalLevels, maxRuntimeSecs, modelId, nfolds, offsetColumn, parallelizeCrossValidation, quantileAlpha, responseColumn, scoreEachIteration, stoppingMetric, stoppingRounds, stoppingTolerance, trainingFrame, tweediePower, validationFrame, weightsColumn| Constructor and Description |
|---|
IsolationForestParametersV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public long sampleSize
public double sampleRate
public int mtries
public IsolationForestParametersV3()
public java.lang.String toString()
toString in class SharedTreeParametersV3