Is your feature request related to a problem? Please describe.
It would be nice to support predictions on multiple samples, this would be especially useful when there are many samples and using uses multiple threads could speed up the execution time.
Describe the solution you'd like
A similar API to the sci-kit learn predict() and predict_proba() where an array of feature vectors are provided and an array response is produced. There is not requirement to use Java arrays, and List would work as well.