I think this might be useful to export AbstractClassifier too, if users wants to implement a classifier on their own, with this API, using class MyCustomClassifier extends AbstractClassifier as it's done in classifier.js for all the classifier implemented by this library.