public interface MultilayerPerceptronParams extends ProbabilisticClassifierParams, HasSeed, HasMaxIter, HasTol, HasStepSize, HasSolver
Modifier and Type | Method and Description |
---|---|
IntParam |
blockSize()
Block size for stacking input data in matrices to speed up the computation.
|
int |
getBlockSize() |
Vector |
getInitialWeights() |
int[] |
getLayers() |
Param<Vector> |
initialWeights()
The initial weights of the model.
|
IntArrayParam |
layers()
Layer sizes including input size and output size.
|
Param<String> |
solver()
The solver algorithm for optimization.
|
validateAndTransformSchema
getLabelCol, labelCol
featuresCol, getFeaturesCol
getPredictionCol, predictionCol
clear, copy, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, paramMap, params, set, set, set, setDefault, setDefault, shouldOwn
toString, uid
getRawPredictionCol, rawPredictionCol
getProbabilityCol, probabilityCol
getThresholds, thresholds
getMaxIter, maxIter
getStepSize, stepSize
IntParam blockSize()
int getBlockSize()
Vector getInitialWeights()
int[] getLayers()
Param<Vector> initialWeights()
IntArrayParam layers()