Uses of Interface
org.nasdanika.ai.Predictor
-
Uses of Predictor in org.nasdanika.ai
Subinterfaces of Predictor in org.nasdanika.aiModifier and TypeInterfaceDescriptioninterfaceFittedPredictor<F,L, E> A predictor which is fitted (trained)Methods in org.nasdanika.ai that return PredictorModifier and TypeMethodDescriptionPredictor.adaptFeature(Function<G, F> featureMapper) Predictor.adaptFeatureAsync(Function<G, reactor.core.publisher.Mono<F>> featureMapper) Predictor.adaptLabel(Function<L, M> labelMapper) Predictor.adaptLabelAsync(Function<L, reactor.core.publisher.Mono<M>> labelMapper) Methods in org.nasdanika.ai with parameters of type PredictorModifier and TypeMethodDescription<S> EFittedPredictor.ErrorComputer.computeError(Predictor<F, L> predictor, Collection<S> samples, Function<S, F> featureMapper, Function<S, L> labelMapper)