public class DTParametersV3 extends ModelParametersSchemaV3
| Modifier and Type | Field and Description |
|---|---|
int |
maxDepth
Max depth of tree.
|
int |
minRows
Fewest allowed (weighted) observations in a leaf.
|
long |
seed
Seed for random numbers (affects sampling)
|
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 |
|---|
DTParametersV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public long seed
@SerializedName(value="max_depth") public int maxDepth
@SerializedName(value="min_rows") public int minRows
public java.lang.String toString()
toString in class ModelParametersSchemaV3