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
- All Known Implementing Classes:
- FMClassificationModel,- FMClassifier
public interface FMClassifierParams
extends ProbabilisticClassifierParams, FactorizationMachinesParams
Params for FMClassifier.
- 
Method SummaryMethods inherited from interface org.apache.spark.ml.regression.FactorizationMachinesParamsfactorSize, fitLinear, getFactorSize, getFitLinear, getInitStd, getMiniBatchFraction, initStd, miniBatchFraction, solverMethods inherited from interface org.apache.spark.ml.param.shared.HasFeaturesColfeaturesCol, getFeaturesColMethods inherited from interface org.apache.spark.ml.param.shared.HasFitInterceptfitIntercept, getFitInterceptMethods inherited from interface org.apache.spark.ml.param.shared.HasLabelColgetLabelCol, labelColMethods inherited from interface org.apache.spark.ml.param.shared.HasMaxItergetMaxIter, maxIterMethods inherited from interface org.apache.spark.ml.param.shared.HasPredictionColgetPredictionCol, predictionColMethods inherited from interface org.apache.spark.ml.param.shared.HasProbabilityColgetProbabilityCol, probabilityColMethods inherited from interface org.apache.spark.ml.param.shared.HasRawPredictionColgetRawPredictionCol, rawPredictionColMethods inherited from interface org.apache.spark.ml.param.shared.HasRegParamgetRegParam, regParamMethods inherited from interface org.apache.spark.ml.param.shared.HasStepSizegetStepSize, stepSizeMethods inherited from interface org.apache.spark.ml.param.shared.HasThresholdsgetThresholds, thresholdsMethods inherited from interface org.apache.spark.ml.param.shared.HasWeightColgetWeightCol, weightColMethods inherited from interface org.apache.spark.ml.util.IdentifiabletoString, uidMethods inherited from interface org.apache.spark.ml.param.Paramsclear, copy, copyValues, defaultCopy, defaultParamMap, estimateMatadataSize, explainParam, explainParams, extractParamMap, extractParamMap, get, getDefault, getOrDefault, getParam, hasDefault, hasParam, isDefined, isSet, onParamChange, paramMap, params, set, set, set, setDefault, setDefault, shouldOwnMethods inherited from interface org.apache.spark.ml.classification.ProbabilisticClassifierParamsvalidateAndTransformSchema