Evaluator#

class skfda.representation.evaluator.Evaluator[source]#

Structure of an evaluator.

An evaluator defines how to evaluate points of a functional object, it can be used as extrapolator to evaluate points outside the domain range or as interpolation in a FDataGrid. The corresponding examples of Interpolation and Extrapolation shows the basic usage of this class.

The evaluator is called internally by evaluate().

Methods

Examples using skfda.representation.evaluator.Evaluator#

Elastic registration

Elastic registration

Interpolation

Interpolation

Representation of functional data

Representation of functional data