| .. 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. |
| |
| |
| Bucketizer |
| ============================= |
| |
| .. currentmodule:: pyspark.ml.feature |
| |
| .. autoclass:: Bucketizer |
| |
| |
| |
| |
| |
| |
| |
| |
| .. rubric:: Methods |
| |
| .. autosummary:: |
| |
| ~Bucketizer.clear |
| ~Bucketizer.copy |
| ~Bucketizer.explainParam |
| ~Bucketizer.explainParams |
| ~Bucketizer.extractParamMap |
| ~Bucketizer.getHandleInvalid |
| ~Bucketizer.getInputCol |
| ~Bucketizer.getInputCols |
| ~Bucketizer.getOrDefault |
| ~Bucketizer.getOutputCol |
| ~Bucketizer.getOutputCols |
| ~Bucketizer.getParam |
| ~Bucketizer.getSplits |
| ~Bucketizer.getSplitsArray |
| ~Bucketizer.hasDefault |
| ~Bucketizer.hasParam |
| ~Bucketizer.isDefined |
| ~Bucketizer.isSet |
| ~Bucketizer.load |
| ~Bucketizer.read |
| ~Bucketizer.save |
| ~Bucketizer.set |
| ~Bucketizer.setHandleInvalid |
| ~Bucketizer.setInputCol |
| ~Bucketizer.setInputCols |
| ~Bucketizer.setOutputCol |
| ~Bucketizer.setOutputCols |
| ~Bucketizer.setParams |
| ~Bucketizer.setSplits |
| ~Bucketizer.setSplitsArray |
| ~Bucketizer.transform |
| ~Bucketizer.write |
| |
| |
| |
| |
| |
| |
| |
| .. rubric:: Attributes |
| |
| .. autosummary:: |
| |
| ~Bucketizer.handleInvalid |
| ~Bucketizer.inputCol |
| ~Bucketizer.inputCols |
| ~Bucketizer.outputCol |
| ~Bucketizer.outputCols |
| ~Bucketizer.params |
| ~Bucketizer.splits |
| ~Bucketizer.splitsArray |
| |
| |
| |
| |
| |
| |
| |
| .. rubric:: Methods Documentation |
| |
| |
| .. automethod:: clear |
| .. automethod:: copy |
| .. automethod:: explainParam |
| .. automethod:: explainParams |
| .. automethod:: extractParamMap |
| .. automethod:: getHandleInvalid |
| .. automethod:: getInputCol |
| .. automethod:: getInputCols |
| .. automethod:: getOrDefault |
| .. automethod:: getOutputCol |
| .. automethod:: getOutputCols |
| .. automethod:: getParam |
| .. automethod:: getSplits |
| .. automethod:: getSplitsArray |
| .. automethod:: hasDefault |
| .. automethod:: hasParam |
| .. automethod:: isDefined |
| .. automethod:: isSet |
| .. automethod:: load |
| .. automethod:: read |
| .. automethod:: save |
| .. automethod:: set |
| .. automethod:: setHandleInvalid |
| .. automethod:: setInputCol |
| .. automethod:: setInputCols |
| .. automethod:: setOutputCol |
| .. automethod:: setOutputCols |
| .. automethod:: setParams |
| .. automethod:: setSplits |
| .. automethod:: setSplitsArray |
| .. automethod:: transform |
| .. automethod:: write |
| |
| |
| |
| |
| |
| |
| |
| .. rubric:: Attributes Documentation |
| |
| |
| .. autoattribute:: handleInvalid |
| .. autoattribute:: inputCol |
| .. autoattribute:: inputCols |
| .. autoattribute:: outputCol |
| .. autoattribute:: outputCols |
| .. autoattribute:: params |
| .. autoattribute:: splits |
| .. autoattribute:: splitsArray |
| |
| |
| |