程序包 org.apache.flink.ml.classification.naivebayes
-
接口概要 接口 说明 NaiveBayesModelParams<T> Params ofNaiveBayesModel.NaiveBayesParams<T> Params ofNaiveBayes. -
类概要 类 说明 NaiveBayes An Estimator which implements the naive bayes classification algorithm.NaiveBayesModel A Model which classifies data using the model data computed byNaiveBayes.NaiveBayesModelData Model data ofNaiveBayesModel.NaiveBayesModelData.ModelDataDecoder Data decoder for theNaiveBayesModelData.NaiveBayesModelData.ModelDataEncoder Data encoder for theNaiveBayesModelData.