| .. 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. |
| |
| |
| IsotonicRegressionModel |
| ============================================= |
| |
| .. currentmodule:: pyspark.ml.regression |
| |
| .. autoclass:: IsotonicRegressionModel |
| |
| |
| |
| |
| |
| |
| |
| |
| .. rubric:: Methods |
| |
| .. autosummary:: |
| |
| ~IsotonicRegressionModel.clear |
| ~IsotonicRegressionModel.copy |
| ~IsotonicRegressionModel.explainParam |
| ~IsotonicRegressionModel.explainParams |
| ~IsotonicRegressionModel.extractParamMap |
| ~IsotonicRegressionModel.getFeatureIndex |
| ~IsotonicRegressionModel.getFeaturesCol |
| ~IsotonicRegressionModel.getIsotonic |
| ~IsotonicRegressionModel.getLabelCol |
| ~IsotonicRegressionModel.getOrDefault |
| ~IsotonicRegressionModel.getParam |
| ~IsotonicRegressionModel.getPredictionCol |
| ~IsotonicRegressionModel.getWeightCol |
| ~IsotonicRegressionModel.hasDefault |
| ~IsotonicRegressionModel.hasParam |
| ~IsotonicRegressionModel.isDefined |
| ~IsotonicRegressionModel.isSet |
| ~IsotonicRegressionModel.load |
| ~IsotonicRegressionModel.predict |
| ~IsotonicRegressionModel.read |
| ~IsotonicRegressionModel.save |
| ~IsotonicRegressionModel.set |
| ~IsotonicRegressionModel.setFeatureIndex |
| ~IsotonicRegressionModel.setFeaturesCol |
| ~IsotonicRegressionModel.setPredictionCol |
| ~IsotonicRegressionModel.transform |
| ~IsotonicRegressionModel.write |
| |
| |
| |
| |
| |
| |
| |
| .. rubric:: Attributes |
| |
| .. autosummary:: |
| |
| |
| ~IsotonicRegressionModel.boundaries |
| |
| |
| ~IsotonicRegressionModel.featureIndex |
| |
| |
| ~IsotonicRegressionModel.featuresCol |
| |
| |
| ~IsotonicRegressionModel.isotonic |
| |
| |
| ~IsotonicRegressionModel.labelCol |
| |
| |
| ~IsotonicRegressionModel.numFeatures |
| |
| |
| ~IsotonicRegressionModel.params |
| |
| |
| ~IsotonicRegressionModel.predictionCol |
| |
| |
| ~IsotonicRegressionModel.predictions |
| |
| |
| ~IsotonicRegressionModel.weightCol |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| .. rubric:: Methods Documentation |
| |
| |
| .. automethod:: clear |
| .. automethod:: copy |
| .. automethod:: explainParam |
| .. automethod:: explainParams |
| .. automethod:: extractParamMap |
| .. automethod:: getFeatureIndex |
| .. automethod:: getFeaturesCol |
| .. automethod:: getIsotonic |
| .. automethod:: getLabelCol |
| .. automethod:: getOrDefault |
| .. automethod:: getParam |
| .. automethod:: getPredictionCol |
| .. automethod:: getWeightCol |
| .. automethod:: hasDefault |
| .. automethod:: hasParam |
| .. automethod:: isDefined |
| .. automethod:: isSet |
| .. automethod:: load |
| .. automethod:: predict |
| .. automethod:: read |
| .. automethod:: save |
| .. automethod:: set |
| .. automethod:: setFeatureIndex |
| .. automethod:: setFeaturesCol |
| .. automethod:: setPredictionCol |
| .. automethod:: transform |
| .. automethod:: write |
| |
| |
| |
| |
| |
| |
| |
| .. rubric:: Attributes Documentation |
| |
| |
| .. autoattribute:: boundaries |
| .. autoattribute:: featureIndex |
| .. autoattribute:: featuresCol |
| .. autoattribute:: isotonic |
| .. autoattribute:: labelCol |
| .. autoattribute:: numFeatures |
| .. autoattribute:: params |
| .. autoattribute:: predictionCol |
| .. autoattribute:: predictions |
| .. autoattribute:: weightCol |
| .. autoattribute:: uid |
| |
| |
| |