parameterisierte
Parameterisierte is the adjective form used to describe something expressed or defined in terms of one or more parameters. In mathematics and geometry, parameterization is the practice of describing a geometric object by a function of parameters. For a curve, a parameterization assigns a point on the curve to each value of a parameter t, via equations such as x = f(t) and y = g(t). As t varies, the resulting points trace the object. Surfaces and higher-dimensional shapes can be parameterized by two or more parameters.
Beyond pure geometry, parameterized ideas appear in statistics, machine learning, and computer science. A parametric model
In computer science, parameterized complexity analyzes problems with respect to a parameter k in addition to
Examples include the Vertex Cover problem, which is NP-hard in general but admits fixed-parameter tractable algorithms