Package org.ddogleg.fitting.modelset
Interface InlierFraction
- All Known Implementing Classes:
LeastMedianOfSquares
,LeastMedianOfSquares_MT
public interface InlierFraction
Specifies inlier set as a fraction
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Gets the inlier set's fractional valuevoid
setErrorFraction
(double threshold) Specifies the inlier set as a fraction
-
Method Details
-
setErrorFraction
void setErrorFraction(double threshold) Specifies the inlier set as a fraction- Parameters:
threshold
- inlier threshold. Must be from 0 to 1, inclusive.
-
getErrorFraction
double getErrorFraction()Gets the inlier set's fractional value
-