Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 651 Bytes

api.rst

File metadata and controls

26 lines (17 loc) · 651 Bytes

API Reference

There are two classes in `kneed`: KneeLocator identifies the knee/elbow point(s) and and DataGenerator creates synthetic x and y numpy arrays to explore kneed.

KneeLocator

kneed.knee_locator.KneeLocator

Plotting methods

There are two methods for basic visualizations of the knee/elbow point(s).

kneed.knee_locator.KneeLocator.plot_knee

kneed.knee_locator.KneeLocator.plot_knee_normalized

DataGenerator

kneed.data_generator