|
| GLSParam< DataPoint, _NFilter, T > & | glsParam () |
| | Explicit conversion to GLSParam , to access methods potentially hidden by heritage.
|
| |
| const GLSParam< DataPoint, _NFilter, T > & | glsParam () const |
| | Explicit conversion to GLSParam , to access methods potentially hidden by heritage.
|
| |
| FIT_RESULT | finalize () |
| | Finalize the procedure.
|
| |
| Scalar | tau () const |
| | Compute and return \( \tau \).
|
| |
| VectorType | eta () const |
| | Compute and return \( \eta \).
|
| |
| Scalar | kappa () const |
| | Compute and return \( \kappa \).
|
| |
| Scalar | tau_normalized () const |
| | Compute and return \( \frac{\tau}{t} \).
|
| |
| VectorType | eta_normalized () const |
| | Compute and return \( \eta \).
|
| |
| Scalar | kappa_normalized () const |
| | Compute and return \( t \kappa \).
|
| |
| Scalar | fitness () const |
| | Return the fitness, e.g.
|
| |
| Scalar | compareTo (const GLSParam< DataPoint, _NFilter, T > &_other, bool _useFitness=true) const |
| | Compare current instance with other.
|
| |
template<
class DataPoint,
class _NFilter,
typename T>
requires ProvidesAlgebraicSphere<T>
class Ponca::GLSParam< DataPoint, _NFilter, T >
Growing Least Squares reparametrization of the OrientedSphereFit.
Method published in [13]
This class assumes that the WeightFunc defines the accessor
Aggregator class used to declare specialized structures using CRTP.
in order to access to the evaluation scale, needed to compute the scale invariant GLS reparametrization (all *_normalized methods).
Computed values:
Requirements:
ProvidesAlgebraicSphere
Respects:
ProvidesGLSParam
Definition at line 45 of file gls.h.