MLLib
spark.glm or glm: Generalized Linear Model
廣義線性模型
spark.survreg: Accelerated Failure Time (AFT) Survival Regression Model
加速失败时间模型
spark.naiveBayes: Naive Bayes Model
樸素貝葉斯模型
spark.kmeans: K-Means Model
K-均值模型
spark.logit: Logistic Regression Model
邏輯回歸模型
spark.isoreg: Isotonic Regression Model
保序回归模型
spark.gaussianMixture: Gaussian Mixture Model
高斯混合模型
spark.lda: Latent Dirichlet Allocation (LDA) Model
潜在狄利克雷分配(LDA)模型
spark.mlp: Multilayer Perceptron Classification Model
多层感知器分类模型
spark.gbt: Gradient Boosted Tree Model for Regression and Classification
梯度提升树模型
spark.randomForest: Random Forest Model for Regression and Classification
隨機森林模型
spark.als: Alternating Least Squares (ALS) matrix factorization Model
交替最小二乘(ALS)矩阵分解模型
spark.kstest: Kolmogorov-Smirnov Test
柯尔莫哥罗夫-斯米尔诺夫检验