Uses of Class
org.anchoranalysis.plugin.points.bean.fitter.FitResult
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.points.bean.fitter |
Fitting geometric structures to points.
|
-
Uses of FitResult in org.anchoranalysis.plugin.points.bean.fitter
Methods in org.anchoranalysis.plugin.points.bean.fitter that return FitResult Modifier and Type Method Description static FitResultEllipsoidFitHelper. createFitResultFromMatrixAandCenter(cern.colt.matrix.DoubleMatrix2D matrixA, cern.colt.matrix.DoubleMatrix2D matrixCenter, boolean suppressZCovariance)Creates aFitResultfrom the matrix A and center matrix.