Interface FMClassifierParams

All Superinterfaces:
ClassifierParams, FactorizationMachinesParams, HasFeaturesCol, HasFitIntercept, HasLabelCol, HasMaxIter, HasPredictionCol, HasProbabilityCol, HasRawPredictionCol, HasRegParam, HasSeed, HasSolver, HasStepSize, HasThresholds, HasTol, HasWeightCol, Identifiable, Params, PredictorParams, ProbabilisticClassifierParams, Serializable, scala.Serializable
All Known Implementing Classes:
FMClassificationModel, FMClassifier

public interface FMClassifierParams extends ProbabilisticClassifierParams, FactorizationMachinesParams
Params for FMClassifier.