A 'predict' method that predicts the class labels for a set of data points. It calls '_predict_single' method that actually predicts the class label for a single data point.
By
–

A 'predict' method that predicts the class labels for a set of data points. It calls '_predict_single' method that actually predicts the class label for a single data point.