Available on crate features regression and random_subset_regression only.
Expand description

Improves speed of regression by only taking a few points into account.

Randomly selects several sets of points which are checked. Works with binary_search and can easily be expanded to spiral and gradient_descent.

Structs