Class FMClassificationModel

All Implemented Interfaces:
Serializable, org.apache.spark.internal.Logging, ClassifierParams, FMClassifierParams, ProbabilisticClassifierParams, Params, HasFeaturesCol, HasFitIntercept, HasLabelCol, HasMaxIter, HasPredictionCol, HasProbabilityCol, HasRawPredictionCol, HasRegParam, HasSeed, HasSolver, HasStepSize, HasThresholds, HasTol, HasWeightCol, PredictorParams, FactorizationMachinesParams, HasTrainingSummary<FMClassificationTrainingSummary>, Identifiable, MLWritable, scala.Serializable

Model produced by FMClassifier
See Also: