关注 spark技术分享,
撸spark源码 玩spark最佳实践

标签:spark-core

第35页
Predictor-spark技术分享
spark-core

Predictor

admin阅读(1236)赞(0)

Predictor Predictor is an Estimator for a PredictionModel with its own abstract train method. [crayon-67424bda426 ...

KMeans-spark技术分享
spark-core

KMeans

admin阅读(850)赞(0)

KMeans KMeans class is an implementation of the K-means clustering algorithm in machine learning with support for ...

StringIndexer-spark技术分享
spark-core

StringIndexer

admin阅读(890)赞(0)

StringIndexer org.apache.spark.ml.feature.StringIndexer is an Estimator that produces a StringIndexerModel. [cray ...

Estimator-spark技术分享
spark-core

Estimator

admin阅读(1129)赞(0)

Estimator Estimator is the contract in Spark MLlib for estimators that fit models to a dataset. Estimator accept ...

Tokenizer-spark技术分享
spark-core

Tokenizer

admin阅读(970)赞(0)

Tokenizer Tokenizer is a unary transformer that converts the column of String values to lowercase and then splits ...

Transformer-spark技术分享
spark-core

Transformer

admin阅读(1028)赞(0)

Transformer Transformer is the contract in Spark MLlib for transformers that transform one dataset into another. ...

Transformers-spark技术分享
spark-core

Transformers

admin阅读(830)赞(0)

Transformers A transformer is a ML Pipeline component that transforms a DataFrame into another DataFrame (both cal ...

关注公众号:spark技术分享

联系我们联系我们