Uses of Enum Class
org.ddogleg.fitting.modelset.distance.StatisticalDistance
Packages that use StatisticalDistance
-
Uses of StatisticalDistance in org.ddogleg.fitting.modelset.distance
Subclasses with type arguments of type StatisticalDistance in org.ddogleg.fitting.modelset.distanceMethods in org.ddogleg.fitting.modelset.distance that return StatisticalDistanceModifier and TypeMethodDescriptionstatic StatisticalDistanceReturns the enum constant of this class with the specified name.static StatisticalDistance[]StatisticalDistance.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ddogleg.fitting.modelset.distance with parameters of type StatisticalDistanceModifierConstructorDescriptionStatisticalDistanceModelMatcher(int maxIterations, double minChange, double exitCenterError, double failError, int minFitPoints, StatisticalDistance statistics, double pruneThreshold, ModelManager<Model> modelManager, ModelGenerator<Model, Point> modelFitter, DistanceFromModel<Model, Point> modelError, ModelCodec<Model> codec) Creates a new model matcher.