| .. Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| .. http://www.apache.org/licenses/LICENSE-2.0 |
| |
| .. Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| |
| |
| FMClassifier |
| ====================================== |
| |
| .. currentmodule:: pyspark.ml.classification |
| |
| .. autoclass:: FMClassifier |
| |
| |
| |
| |
| |
| |
| |
| |
| .. rubric:: Methods |
| |
| .. autosummary:: |
| |
| ~FMClassifier.clear |
| ~FMClassifier.copy |
| ~FMClassifier.explainParam |
| ~FMClassifier.explainParams |
| ~FMClassifier.extractParamMap |
| ~FMClassifier.fit |
| ~FMClassifier.fitMultiple |
| ~FMClassifier.getFactorSize |
| ~FMClassifier.getFeaturesCol |
| ~FMClassifier.getFitIntercept |
| ~FMClassifier.getFitLinear |
| ~FMClassifier.getInitStd |
| ~FMClassifier.getLabelCol |
| ~FMClassifier.getMaxIter |
| ~FMClassifier.getMiniBatchFraction |
| ~FMClassifier.getOrDefault |
| ~FMClassifier.getParam |
| ~FMClassifier.getPredictionCol |
| ~FMClassifier.getProbabilityCol |
| ~FMClassifier.getRawPredictionCol |
| ~FMClassifier.getRegParam |
| ~FMClassifier.getSeed |
| ~FMClassifier.getSolver |
| ~FMClassifier.getStepSize |
| ~FMClassifier.getThresholds |
| ~FMClassifier.getTol |
| ~FMClassifier.getWeightCol |
| ~FMClassifier.hasDefault |
| ~FMClassifier.hasParam |
| ~FMClassifier.isDefined |
| ~FMClassifier.isSet |
| ~FMClassifier.load |
| ~FMClassifier.read |
| ~FMClassifier.save |
| ~FMClassifier.set |
| ~FMClassifier.setFactorSize |
| ~FMClassifier.setFeaturesCol |
| ~FMClassifier.setFitIntercept |
| ~FMClassifier.setFitLinear |
| ~FMClassifier.setInitStd |
| ~FMClassifier.setLabelCol |
| ~FMClassifier.setMaxIter |
| ~FMClassifier.setMiniBatchFraction |
| ~FMClassifier.setParams |
| ~FMClassifier.setPredictionCol |
| ~FMClassifier.setProbabilityCol |
| ~FMClassifier.setRawPredictionCol |
| ~FMClassifier.setRegParam |
| ~FMClassifier.setSeed |
| ~FMClassifier.setSolver |
| ~FMClassifier.setStepSize |
| ~FMClassifier.setThresholds |
| ~FMClassifier.setTol |
| ~FMClassifier.write |
| |
| |
| |
| |
| |
| |
| |
| .. rubric:: Attributes |
| |
| .. autosummary:: |
| |
| ~FMClassifier.factorSize |
| ~FMClassifier.featuresCol |
| ~FMClassifier.fitIntercept |
| ~FMClassifier.fitLinear |
| ~FMClassifier.initStd |
| ~FMClassifier.labelCol |
| ~FMClassifier.maxIter |
| ~FMClassifier.miniBatchFraction |
| ~FMClassifier.params |
| ~FMClassifier.predictionCol |
| ~FMClassifier.probabilityCol |
| ~FMClassifier.rawPredictionCol |
| ~FMClassifier.regParam |
| ~FMClassifier.seed |
| ~FMClassifier.solver |
| ~FMClassifier.stepSize |
| ~FMClassifier.thresholds |
| ~FMClassifier.tol |
| ~FMClassifier.weightCol |
| |
| |
| |
| |
| |
| |
| |
| .. rubric:: Methods Documentation |
| |
| |
| .. automethod:: clear |
| .. automethod:: copy |
| .. automethod:: explainParam |
| .. automethod:: explainParams |
| .. automethod:: extractParamMap |
| .. automethod:: fit |
| .. automethod:: fitMultiple |
| .. automethod:: getFactorSize |
| .. automethod:: getFeaturesCol |
| .. automethod:: getFitIntercept |
| .. automethod:: getFitLinear |
| .. automethod:: getInitStd |
| .. automethod:: getLabelCol |
| .. automethod:: getMaxIter |
| .. automethod:: getMiniBatchFraction |
| .. automethod:: getOrDefault |
| .. automethod:: getParam |
| .. automethod:: getPredictionCol |
| .. automethod:: getProbabilityCol |
| .. automethod:: getRawPredictionCol |
| .. automethod:: getRegParam |
| .. automethod:: getSeed |
| .. automethod:: getSolver |
| .. automethod:: getStepSize |
| .. automethod:: getThresholds |
| .. automethod:: getTol |
| .. automethod:: getWeightCol |
| .. automethod:: hasDefault |
| .. automethod:: hasParam |
| .. automethod:: isDefined |
| .. automethod:: isSet |
| .. automethod:: load |
| .. automethod:: read |
| .. automethod:: save |
| .. automethod:: set |
| .. automethod:: setFactorSize |
| .. automethod:: setFeaturesCol |
| .. automethod:: setFitIntercept |
| .. automethod:: setFitLinear |
| .. automethod:: setInitStd |
| .. automethod:: setLabelCol |
| .. automethod:: setMaxIter |
| .. automethod:: setMiniBatchFraction |
| .. automethod:: setParams |
| .. automethod:: setPredictionCol |
| .. automethod:: setProbabilityCol |
| .. automethod:: setRawPredictionCol |
| .. automethod:: setRegParam |
| .. automethod:: setSeed |
| .. automethod:: setSolver |
| .. automethod:: setStepSize |
| .. automethod:: setThresholds |
| .. automethod:: setTol |
| .. automethod:: write |
| |
| |
| |
| |
| |
| |
| |
| .. rubric:: Attributes Documentation |
| |
| |
| .. autoattribute:: factorSize |
| .. autoattribute:: featuresCol |
| .. autoattribute:: fitIntercept |
| .. autoattribute:: fitLinear |
| .. autoattribute:: initStd |
| .. autoattribute:: labelCol |
| .. autoattribute:: maxIter |
| .. autoattribute:: miniBatchFraction |
| .. autoattribute:: params |
| .. autoattribute:: predictionCol |
| .. autoattribute:: probabilityCol |
| .. autoattribute:: rawPredictionCol |
| .. autoattribute:: regParam |
| .. autoattribute:: seed |
| .. autoattribute:: solver |
| .. autoattribute:: stepSize |
| .. autoattribute:: thresholds |
| .. autoattribute:: tol |
| .. autoattribute:: weightCol |
| |
| |
| |