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
|
int |
numIterationWithoutNewExemplar
The number of iterations to run before aggregator exits if the number of exemplars collected didn't change
|
PCAMethod |
pcaMethod
Method for computing PCA (Caution: GLRM is currently experimental and unstable)
|
double |
relTolNumExemplars
Relative tolerance for number of exemplars (e.g, 0.5 is +/- 50 percents)
|
boolean |
saveMappingFrame
Whether to export the mapping of the aggregated frame
|
long |
seed
RNG seed for initialization
|
int |
targetNumExemplars
Targeted number of exemplars
|
DataInfoTransformType |
transform
Transformation of training data
|
boolean |
useAllFactorLevels
Whether first factor level is included in each categorical expansion
|
categoricalEncoding, 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 |
|---|
AggregatorParametersV99()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public DataInfoTransformType transform
@SerializedName(value="pca_method") public PCAMethod pcaMethod
public int k
@SerializedName(value="max_iterations") public int maxIterations
@SerializedName(value="target_num_exemplars") public int targetNumExemplars
@SerializedName(value="rel_tol_num_exemplars") public double relTolNumExemplars
public long seed
@SerializedName(value="use_all_factor_levels") public boolean useAllFactorLevels
@SerializedName(value="save_mapping_frame") public boolean saveMappingFrame
@SerializedName(value="num_iteration_without_new_exemplar") public int numIterationWithoutNewExemplar
public java.lang.String toString()
toString in class ModelParametersSchemaV3