public class IsolationForestParametersV3 extends SharedTreeParametersV3
| Modifier and Type | Field and Description |
|---|---|
double |
contamination
Contamination ratio - the proportion of anomalies in the input dataset.
|
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.
|
ColSpecifierV3 |
validationResponseColumn
(experimental) Name of the response column in the validation frame.
|
balanceClasses, buildTreeOneNode, calibrateModel, calibrationFrame, checkConstantResponse, classSamplingFactors, colSampleRateChangePerLevel, colSampleRatePerTree, histogramType, maxAfterBalanceSize, maxConfusionMatrixSize, maxDepth, minRows, minSplitImprovement, nbins, nbinsCats, nbinsTopLevel, ntrees, r2Stopping, sampleRatePerClass, scoreTreeInterval, seedaucType, categoricalEncoding, checkpoint, customDistributionFunc, customMetricFunc, distribution, exportCheckpointsDir, foldAssignment, foldColumn, gainsliftBins, 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.
|
@SerializedName(value="sample_size") public long sampleSize
@SerializedName(value="sample_rate") public double sampleRate
public int mtries
public double contamination
@SerializedName(value="validation_response_column") public ColSpecifierV3 validationResponseColumn
public IsolationForestParametersV3()
public java.lang.String toString()
toString in class SharedTreeParametersV3