Uses of Class
com.irurueta.numerical.robust.SubsetSelector
Packages that use SubsetSelector
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. estimating lines, planes
or many other geometric objects, etc.)
-
Uses of SubsetSelector in com.irurueta.numerical.robust
Subclasses of SubsetSelector in com.irurueta.numerical.robustModifier and TypeClassDescriptionclassThis class computes indices of subsets of samples using a uniform randomizer to pick random samples as fast as possible.Fields in com.irurueta.numerical.robust declared as SubsetSelectorModifier and TypeFieldDescriptionprivate SubsetSelectorLMedSRobustEstimator.subsetSelectorInstance in charge of picking random subsets of samples.private SubsetSelectorMSACRobustEstimator.subsetSelectorInstance in charge of picking random subsets of samples.private SubsetSelectorPROMedSRobustEstimator.subsetSelectorInstance in charge of picking random subsets of samples.private SubsetSelectorPROSACRobustEstimator.subsetSelectorInstance in charge of picking random subsets of samples.private SubsetSelectorRANSACRobustEstimator.subsetSelectorInstance in charge of picking random subsets of samples.Methods in com.irurueta.numerical.robust that return SubsetSelectorModifier and TypeMethodDescriptionstatic SubsetSelectorSubsetSelector.create(int numSamples) Creates a new subset selector instance using provided total number of samples and default subset selector type.