Uses of Interface
org.nasdanika.ai.FittedPredictor.ErrorComputer
-
Uses of FittedPredictor.ErrorComputer in org.nasdanika.ai
Methods in org.nasdanika.ai with parameters of type FittedPredictor.ErrorComputerModifier and TypeMethodDescriptiondefault FittedPredictor.Fitter<F, L, E> FittedPredictor.Fitter.compose(FittedPredictor.Fitter<F, L, E> other, BinaryOperator<L> add, BinaryOperator<L> subtract, FittedPredictor.ErrorComputer<F, L, E> errorComputer) Composes two predictors by fitting this one, then computing label difference between this predictor predictions and labels and fitting the next one with the difference.