public class EstimatorToGenerator<Model,Point>
extends java.lang.Object
implements org.ddogleg.fitting.modelset.ModelGenerator<Model,Point>
GeoModelEstimator1 into ModelGenerator.| Constructor and Description |
|---|
EstimatorToGenerator(GeoModelEstimator1<Model,Point> alg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
generate(java.util.List<Point> dataSet,
Model out) |
int |
getMinimumPoints() |
public EstimatorToGenerator(GeoModelEstimator1<Model,Point> alg)