public interface Regressor<D> extends Classifier<D,Double>
A regressor is a classifier with the target variable being a real value.
predict
getModel, init, learn
Copyright © 2014. All rights reserved.