Uses of Class
org.ddogleg.fitting.modelset.lmeds.LeastMedianOfSquares.TrialHelper
Packages that use LeastMedianOfSquares.TrialHelper
-
Uses of LeastMedianOfSquares.TrialHelper in org.ddogleg.fitting.modelset.lmeds
Fields in org.ddogleg.fitting.modelset.lmeds declared as LeastMedianOfSquares.TrialHelperModifier and TypeFieldDescriptionprotected LeastMedianOfSquares<Model,
Point>.@Nullable TrialHelper LeastMedianOfSquares.helper
Methods in org.ddogleg.fitting.modelset.lmeds with parameters of type LeastMedianOfSquares.TrialHelperModifier and TypeMethodDescriptionprotected void
LeastMedianOfSquares.computeInlierSet
(List<Point> dataSet, int n, LeastMedianOfSquares<Model, Point>.TrialHelper helper)