Uses of Class
com.irurueta.numerical.robust.SubsetSelectorException
Packages that use SubsetSelectorException
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 SubsetSelectorException in com.irurueta.numerical.robust
Subclasses of SubsetSelectorException in com.irurueta.numerical.robustModifier and TypeClassDescriptionclassRaised if provided range of samples to pick subsets from is invalid.classRaised if an invalid subset size is requested on a subset selectorclassRaised if there aren't enough samples to make a computation.