Key features of kneed
mainThe kneed library provides several advanced capabilities for curve analysis:
- Knee and elbow detection: Supports both concave and convex curves.
- Function direction: Handles both increasing and decreasing functions.
- Automatic shape detection: Uses
find_shape()to determine the curve type automatically. - Multiple knee detection: Supports finding multiple points using an 'online mode'.
- Tunable sensitivity: Use the
Sparameter for fine-grained control over detection. - Interpolation: Supports
interp1dandpolynomialinterpolation methods. - Visualization: Includes built-in plotting for quick inspection of results.