public interface Classifier<D,T> extends PredictionModel<D,T>, Learner<D,PredictionModel<D,T>>
A classifier is basically just a PredictionModel and the associated learning algorithm. This interface defines that union.
Copyright © 2014. All rights reserved.