public class ExtendedIsolationForestParametersV3 extends ModelParametersSchemaV3
| Modifier and Type | Field and Description |
|---|---|
boolean |
disableTrainingMetrics
Disable calculating training metrics (expensive on large datasets)
|
int |
extensionLevel
Maximum is N - 1 (N = numCols).
|
int |
ntrees
Number of Extended Isolation Forest trees.
|
int |
sampleSize
Number of randomly sampled observations used to train each Extended Isolation Forest tree.
|
int |
scoreTreeInterval
Score the model after every so many trees.
|
long |
seed
Seed for pseudo random number generator (if applicable)
|
aucType, 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 |
|---|
ExtendedIsolationForestParametersV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public int ntrees
@SerializedName(value="sample_size") public int sampleSize
@SerializedName(value="extension_level") public int extensionLevel
public long seed
@SerializedName(value="score_tree_interval") public int scoreTreeInterval
@SerializedName(value="disable_training_metrics") public boolean disableTrainingMetrics
public ExtendedIsolationForestParametersV3()
public java.lang.String toString()
toString in class ModelParametersSchemaV3