cjekel / piecewise_linear_fit_py

fit piecewise linear data for a specified number of line segments
MIT License
289 stars 59 forks source link

Forcing the segments to be integers and not float #112

Open riemanncode opened 4 months ago

riemanncode commented 4 months ago

Hi cjekel is there a way to force the fit to have segments ending up in integers and not float? Thank you