Implementation of sklearn.tree.DecisionTreeClassifier.predict.
@override int predict(List<double> X) { return _predict(X); }