public interface MultilayerPerceptronParams extends ProbabilisticClassifierParams, HasSeed, HasMaxIter, HasTol, HasStepSize, HasSolver, HasBlockSize
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
validateAndTransformSchemagetLabelCol, labelColfeaturesCol, getFeaturesColgetPredictionCol, predictionColclear, copy, copyValues, defaultCopy, defaultParamMap, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, onParamChange, paramMap, params, set, set, set, setDefault, setDefault, shouldOwntoString, uidgetRawPredictionCol, rawPredictionColgetProbabilityCol, probabilityColgetThresholds, thresholdsgetMaxIter, maxItergetStepSize, stepSizeblockSize, getBlockSizeVector getInitialWeights()
int[] getLayers()
Param<Vector> initialWeights()
IntArrayParam layers()