用法:
setLearningDecay(value)
设置
learningDecay
的值。例子:
>>> algo = LDA().setLearningDecay(0.1) >>> algo.getLearningDecay() 0.1...
2.0.0 版中的新函数。
相关用法
- Python pyspark.ml.clustering.GaussianMixture用法及代码示例
- Python pyspark.ml.clustering.LDA用法及代码示例
- Python pyspark.ml.clustering.KMeans用法及代码示例
- Python pyspark.ml.clustering.BisectingKMeans用法及代码示例
- Python pyspark.ml.clustering.PowerIterationClustering用法及代码示例
- Python pyspark.ml.classification.LogisticRegression用法及代码示例
- Python pyspark.ml.classification.FMClassifier用法及代码示例
- Python pyspark.ml.classification.GBTClassifier用法及代码示例
- Python pyspark.ml.classification.NaiveBayes用法及代码示例
- Python pyspark.ml.classification.OneVsRest用法及代码示例
- Python pyspark.ml.classification.LinearSVC用法及代码示例
- Python pyspark.ml.classification.MultilayerPerceptronClassifier用法及代码示例
- Python pyspark.ml.classification.DecisionTreeClassifier用法及代码示例
- Python pyspark.ml.classification.RandomForestClassifier用法及代码示例
- Python pyspark.ml.feature.DCT用法及代码示例
- Python pyspark.ml.feature.VarianceThresholdSelector用法及代码示例
- Python pyspark.ml.regression.FMRegressor用法及代码示例
- Python pyspark.ml.feature.PolynomialExpansion用法及代码示例
- Python pyspark.ml.regression.LinearRegression用法及代码示例
- Python pyspark.ml.functions.vector_to_array用法及代码示例
注:本文由纯净天空筛选整理自spark.apache.org大神的英文原创作品 pyspark.ml.clustering.LDA.setLearningDecay。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。