()
| 364 | } |
| 365 | |
| 366 | @Override |
| 367 | public RANSAC clone() |
| 368 | { |
| 369 | RANSAC clone = new RANSAC(baseRegressor.clone(), iterations, initialTrainSize, minResultSize, maxPointError); |
| 370 | |
| 371 | return clone; |
| 372 | } |
| 373 | |
| 374 | /** |
| 375 | * Once RANSAC is complete, it maintains its trained version of the |