Class MultilayerPerceptronClassificationModel

All Implemented Interfaces:
Serializable, org.apache.spark.internal.Logging, ClassifierParams, MultilayerPerceptronParams, ProbabilisticClassifierParams, Params, HasBlockSize, HasFeaturesCol, HasLabelCol, HasMaxIter, HasPredictionCol, HasProbabilityCol, HasRawPredictionCol, HasSeed, HasSolver, HasStepSize, HasThresholds, HasTol, PredictorParams, HasTrainingSummary<MultilayerPerceptronClassificationTrainingSummary>, Identifiable, MLWritable, scala.Serializable

Classification model based on the Multilayer Perceptron. Each layer has sigmoid activation function, output layer has softmax.

param: uid uid param: weights the weights of layers

See Also: