Package org.apache.spark.ml.regression
Interface FactorizationMachines
- All Superinterfaces:
- FactorizationMachinesParams,- HasFeaturesCol,- HasFitIntercept,- HasLabelCol,- HasMaxIter,- HasPredictionCol,- HasRegParam,- HasSeed,- HasSolver,- HasStepSize,- HasTol,- HasWeightCol,- Identifiable,- Params,- PredictorParams,- Serializable
- All Known Implementing Classes:
- FMClassifier,- FMRegressor
- 
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.HasRegParamgetRegParam, regParamMethods inherited from interface org.apache.spark.ml.param.shared.HasStepSizegetStepSize, stepSizeMethods 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.PredictorParamsvalidateAndTransformSchema
- 
Method Details- 
initCoefficients
- 
trainImpl
 
-