org.apache.spark.mllib.classification
Log of class priors, whose dimension is C.
Predict values for a single data point using the model trained.
Predict values for a single data point using the model trained.
array representing a single data point
Int prediction from the trained model
Predict values for the given data set using the model trained.
Predict values for the given data set using the model trained.
RDD representing data points to be predicted
RDD[Int] where each entry contains the corresponding prediction
Log of class conditional probabilities, whose dimension is CxD.
Model for Naive Bayes Classifiers.