java.lang.Object
org.nasdanika.ai.AbstractDoubleFitter
org.nasdanika.ai.AbstractMapReduceDoubleFitter
- All Implemented Interfaces:
FittedPredictor.Fitter<double[],double[], Double>
Creates a Function<double[][],double[]> predictor for each label element,
predicts label elements using provided predictors and then combines
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.nasdanika.ai.AbstractDoubleFitter
compose, computeError, createPredictor, fit, fitAsync, wrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nasdanika.ai.FittedPredictor.Fitter
adaptFeature, adaptFeatureAsync, adaptLabel, adaptLabelAsync, compose
-
Constructor Details
-
AbstractMapReduceDoubleFitter
public AbstractMapReduceDoubleFitter()
-
-
Method Details
-
fit
- Specified by:
fitin classAbstractDoubleFitter
-
fit
-