0 votes
in Machine Learning by
How would you remove outliers when trying to estimate a flat plane from noisy samples?

1 Answer

0 votes
by

Random sample consensus (RANSAC) is an iterative method to estimate parameters of a mathematical model from a set of observed data that contains outliers, when outliers are to be accorded no influence on the values of the estimates. 

...