Interface | Description |
---|---|
ResidualCalculator<I,D,M extends Model<I,D>> |
Interface describing the computation of an error (the residuals) of a set of
(independent and dependent) data points with respect to a model.
|
Class | Description |
---|---|
AbstractResidualCalculator<I,D,M extends Model<I,D>> | |
DistanceComparatorResidual<I,D,M extends Model<I,D>> |
An implementation of a
ResidualCalculator that uses a
DistanceComparator to compute the error between the predicted and
observed data point. |