Uses of Class
org.ddogleg.fitting.modelset.distance.PointIndex
Packages that use PointIndex
-
Uses of PointIndex in org.ddogleg.fitting.modelset.distance
Fields in org.ddogleg.fitting.modelset.distance with type parameters of type PointIndexModifier and TypeFieldDescriptionprotected ArrayDeque<PointIndex<Point>>
FitByMeanStatistics.allPoints
Method parameters in org.ddogleg.fitting.modelset.distance with type arguments of type PointIndexModifier and TypeMethodDescriptionvoid
FitByMeanStatistics.init
(DistanceFromModel<Model, Point> modelError, ArrayDeque<PointIndex<Point>> allPoints) void
FitByMedianStatistics.init
(DistanceFromModel<Model, Point> modelError, ArrayDeque<PointIndex<Point>> allPoints) void
StatisticalFit.init
(DistanceFromModel<Model, Point> modelDistance, ArrayDeque<PointIndex<Point>> allPoints) This is called once to provide access to internal data structures of the owner.