public class AggregatorParametersV99 extends ModelParametersSchemaV3
| Modifier and Type | Field and Description |
|---|---|
int |
k
Rank of matrix approximation
|
int |
maxIterations
Maximum number of iterations for PCA
|
PCAMethod |
pcaMethod
Method for computing PCA (Caution: Power and GLRM are currently experimental and unstable)
|
double |
radiusScale
Radius scaling
|
long |
seed
RNG seed for initialization
|
DataInfoTransformType |
transform
Transformation of training data
|
boolean |
useAllFactorLevels
Whether first factor level is included in each categorical expansion
|
categoricalEncoding, checkpoint, distribution, foldAssignment, foldColumn, huberAlpha, ignoreConstCols, ignoredColumns, keepCrossValidationFoldAssignment, keepCrossValidationPredictions, maxRuntimeSecs, modelId, nfolds, offsetColumn, parallelizeCrossValidation, quantileAlpha, responseColumn, scoreEachIteration, stoppingMetric, stoppingRounds, stoppingTolerance, trainingFrame, tweediePower, validationFrame, weightsColumn| Constructor and Description |
|---|
AggregatorParametersV99()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public double radiusScale
public DataInfoTransformType transform
public PCAMethod pcaMethod
public int k
public int maxIterations
public long seed
public boolean useAllFactorLevels
public java.lang.String toString()
toString in class ModelParametersSchemaV3