Uses of Class
com.irurueta.numerical.robust.WeightSelection
Packages that use WeightSelection
Package
Description
This package contains robust estimators that can be used to discard outliers
for cases where a model of the data is known (i.e.
-
Uses of WeightSelection in com.irurueta.numerical.robust
Methods in com.irurueta.numerical.robust that return WeightSelectionModifier and TypeMethodDescriptionstatic WeightSelection
WeightSelection.selectWeights
(double[] weights, boolean sortWeights, int maxPoints) Selects correspondences based on provided weights and creates a weight selection instance.